FluxML/Flux.jl
Allow BatchNorm training on CUDA with `track_stats=false`
Fermée
#1 606 ouverte le 31 mai 2021
good first issuehelp wanted
Métriques du dépôt
- Stars
- (4 725 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
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.