How to init BatchNorm in the setup function #3881
-
Hi, The example only shows how to initialize the In the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can pass in
You could also pass in
If you want control over when to use running average or not, it's best to pass in |
Beta Was this translation helpful? Give feedback.
You can pass in
use_running_average
at call time:You could also pass in
use_running_average
at setup time, but it will lock that value in: