adding support for interrupt signals

This commit is contained in:
William Falcon 2019-06-14 09:59:28 -04:00
parent 88ff860c90
commit 9bf3fcd45e
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ class TrainerIO(object):
# save exp to make sure we get all the metrics
experiment.save()
pdb.set_trace()
ckpt_number = self.max_ckpt_in_folder(folderpath) + 1
if not os.path.exists(folderpath):