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
BatchNorm
Originally reported at https://discourse.julialang.org/t/compilation-error-in-zygote-flux-and-cuda-interaction/92571. The culprit is https://github.com/FluxML/Flux.jl/blob/master/src/cuda/cudnn.jl#L14-L21 not being differentiable.
The text was updated successfully, but these errors were encountered:
Make BatchNorm twice-differentiable
dd4757b
Solves the BatchNorm not being twice-differentiable problem first reported at https://discourse.julialang.org/t/compilation-error-in-zygote-flux-and-cuda-interaction/92571 and made into issue FluxML#2154.
No branches or pull requests
Originally reported at https://discourse.julialang.org/t/compilation-error-in-zygote-flux-and-cuda-interaction/92571. The culprit is https://github.com/FluxML/Flux.jl/blob/master/src/cuda/cudnn.jl#L14-L21 not being differentiable.
The text was updated successfully, but these errors were encountered: