FluxML/Flux.jl
Ver no GitHubAllow BatchNorm training on CUDA with `track_stats=false`
Open
#1.606 aberto em 31 de mai. de 2021
good first issuehelp wanted
Métricas do repositório
- Stars
- (4.725 stars)
- Métricas de merge de PR
- (Mesclagem média 4h 27m) (2 fundiu PRs em 30d)
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.