We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4cea5 commit 84631cbCopy full SHA for 84631cb
timm/layers/norm_act.py
@@ -176,6 +176,7 @@ def convert_sync_batchnorm(module, process_group=None):
176
module_output.running_mean = module.running_mean
177
module_output.running_var = module.running_var
178
module_output.num_batches_tracked = module.num_batches_tracked
179
+ module_output.training = module.training
180
if hasattr(module, "qconfig"):
181
module_output.qconfig = module.qconfig
182
for name, child in module.named_children():
0 commit comments