From 938fd58009dc3c075ccb5afb51dd39881a225a9d Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 10:42:57 -0400 Subject: [PATCH] added debugging util --- tests/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debug.py b/tests/debug.py index 3f0c58f0..9db58fb2 100644 --- a/tests/debug.py +++ b/tests/debug.py @@ -62,7 +62,7 @@ def main(): # correct result and ok accuracy assert result == 1, 'amp + ddp model failed to complete' - trainer.tng_tqdm_dic + print(trainer.tng_tqdm_dic) clear_tt_dir()