mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
added debugging util
This commit is contained in:
@@ -250,7 +250,7 @@ class Trainer(TrainerIO):
|
||||
|
||||
@property
|
||||
def __tng_tqdm_dic(self):
|
||||
ForkedPdb().set_trace()
|
||||
# ForkedPdb().set_trace()
|
||||
tqdm_dic = {
|
||||
'tng_loss': '{0:.3f}'.format(self.avg_loss),
|
||||
'v_nb': '{}'.format(self.experiment.version),
|
||||
|
||||
Reference in New Issue
Block a user