Skip to content

Commit 9e687ee

Browse files
committed
minor clean
1 parent b9db09f commit 9e687ee

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

train.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,6 @@
115115
milestones = [int(x) for x in config.lr_scheduler_milestones.split(',')]
116116
scheduler = torch.optim.lr_scheduler.MultiStepLR(optimizer, milestones, config.lr_scheduler_gamma)
117117

118-
####################################################################
119-
####################################################################
120-
# Resume training from previous checkpoint
121-
122-
# if config.checkpoint_file:
123-
# model_factory.model_restore_checkpoint(config, model)
124-
125118
####################################################################
126119
####################################################################
127120

0 commit comments

Comments
 (0)