Reconstruct LossAggregator and fix some typos in config files (#100)

* fix Gait3D configs typo

* Use ModuleDict to reconstruct LossAggregator

* fix typo
This commit is contained in:
Jilong Wang
2023-01-14 17:33:38 +08:00
committed by GitHub
parent bf8d03658e
commit 6c05509add
3 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ trainer_cfg:
enable_float16: true # half_percesion float for memory reduction and speedup
fix_BN: false
log_iter: 100
with_test: 10000
with_test: true
restore_ckpt_strict: true
restore_hint: 0
save_iter: 10000
+1 -1
View File
@@ -85,7 +85,7 @@ trainer_cfg:
enable_float16: true # half_percesion float for memory reduction and speedup
fix_BN: false
log_iter: 100
with_test: 10000
with_test: true
restore_ckpt_strict: true
restore_hint: 0
save_iter: 10000