FluxML/Flux.jl

Allow BatchNorm training on CUDA with `track_stats=false`

Open

#1,606 opened on May 31, 2021

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Julia (4,725 stars) (619 forks)batch import
good first issuehelp wanted

Description

Gathered from https://discourse.julialang.org/t/batchnorm-only-track-stats-true-supported-on-gpu/62091.

This would most likely require changes in NNlibCUDA as well. I'm not sure how interchangeable the various cudnnBatchNormalizationForward* functions are, so putting a pin in this until someone more knowledgeable can comment.

Contributor guide