Skip to content

Commit 89f89d4

Browse files
authored
Merge pull request #7 from tomrunia/regression
minor clean
2 parents 5c646ee + 9e687ee commit 89f89d4

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)