-
-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
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
Batchnorm on GPU for Float64 values #1897
Comments
Flux.jl/src/layers/normalise.jl Lines 284 to 298 in 5e05de7
You may want to pass arguments |
Or use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some layers of GraphNeuralNetworks.jl output Float64 CuArrays, however batchnorm isn't able to work with them. Are Float64 CuArrays unsupported, or is batchnorm broken?
The text was updated successfully, but these errors were encountered: