FluxML/Flux.jl
GitHub で見るAllow BatchNorm training on CUDA with `track_stats=false`
Open
#1,606 opened on 2021年5月31日
good first issuehelp wanted
Repository metrics
- Stars
- (4,725 stars)
- PR merge metrics
- (平均マージ 3d 6h) (30d で 6 merged PRs)
説明
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.