We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tresnet
Is it correct ?
julia> tresnet(tensor(rand(Float32,224,224,3,1), dev=0)) 1000×1 Tensor{Float32,2}: 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 ⋮ 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 julia> tresnet(tensor(rand(Float32,224,224,3,1), dev=0))|>sum 1000.0f0 julia> tresnet(tensor(rand(Float32,224,224,3,1), dev=0))|>sum 1000.0f0 julia> tresnet(tensor(rand(Float32,224,224,3,1), dev=0))|>sum 1000.0f0 julia> tresnet(tensor(rand(Float32,224,224,3,1), dev=0))|>sum 1000.0f0 julia> tresnet(tensor(rand(Float32,224,224,3,1), dev=0))|>sum 1000.0f0 julia> tresnet(tensor(rand(Float32,224,224,3,1), dev=0))|>sum 1000.0f0
The text was updated successfully, but these errors were encountered:
Dup of #21
Seemingly related to an incorrect dimension being used in softmax.
softmax
Sorry, something went wrong.
Fixed on master
No branches or pull requests
Is it correct ?
The text was updated successfully, but these errors were encountered: