From 5ebe4942120b400c5790e9c2d1137fb024ac1625 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 17:34:08 -0400 Subject: [PATCH] test memory printing --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 3aa2e99096..8d4afaee71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,9 @@ exclude_lines = if 0: if __name__ == .__main__.: except Exception as e + print(e) + print(traceback.print_exc()) + return * omit = pytorch_lightning/callbacks/pt_callbacks.py