debug
This commit is contained in:
parent
cdbcbad352
commit
b8ce4adfa8
|
@ -630,6 +630,8 @@ class Trainer(TrainerIO):
|
|||
self.model = model
|
||||
|
||||
# restore training and model before hpc call
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
self.restore_state_if_existing_checkpoint()
|
||||
|
||||
# enable cluster checkpointing
|
||||
|
|
Loading…
Reference in New Issue