From 1fd6158cea4ea9a03d591ef65e3d7c5808b01580 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 10:32:21 -0400 Subject: [PATCH] added debugging util --- tests/debug.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/debug.py b/tests/debug.py index 42b5ef75..3f0c58f0 100644 --- a/tests/debug.py +++ b/tests/debug.py @@ -8,6 +8,8 @@ import warnings import torch import os import shutil +import pdb + def get_model(): # set up model with these hyperparams