test memory printing
This commit is contained in:
parent
66abd0d382
commit
5ebe494212
|
@ -27,6 +27,9 @@ exclude_lines =
|
||||||
if 0:
|
if 0:
|
||||||
if __name__ == .__main__.:
|
if __name__ == .__main__.:
|
||||||
except Exception as e
|
except Exception as e
|
||||||
|
print(e)
|
||||||
|
print(traceback.print_exc())
|
||||||
|
return *
|
||||||
|
|
||||||
omit =
|
omit =
|
||||||
pytorch_lightning/callbacks/pt_callbacks.py
|
pytorch_lightning/callbacks/pt_callbacks.py
|
||||||
|
|
Loading…
Reference in New Issue