From a4b8aa0a416ab4dad22879f3b01a63717746d80e Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 11:10:22 -0400 Subject: [PATCH] removed dummy d --- tests/debug.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/debug.py b/tests/debug.py index ca701d713d..6caebd6d5d 100644 --- a/tests/debug.py +++ b/tests/debug.py @@ -86,7 +86,8 @@ def main(): # load trained model pdb.set_trace() tags_path = exp.get_data_path(exp.name, exp.version) - LightningTemplateModel.load_from_metrics(weights_path=save_dir, tags_csv=) + tags_path = os.path.join(tags_path, 'meta_tags.csv') + LightningTemplateModel.load_from_metrics(weights_path=save_dir, tags_csv=tags_path) clear_save_dir()