Add DRF Scoliosis1K pipeline and optional wandb logging
This commit is contained in:
@@ -431,6 +431,7 @@ class BaseModel(MetaModel, nn.Module):
|
||||
model.fix_BN()
|
||||
if result_dict:
|
||||
model.msg_mgr.write_to_tensorboard(result_dict)
|
||||
model.msg_mgr.write_to_wandb(result_dict)
|
||||
model.msg_mgr.reset_time()
|
||||
if model.iteration >= model.engine_cfg['total_iter']:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user