Skip to content
Snippets Groups Projects
Commit 35b8ee9f authored by function2-llx's avatar function2-llx Committed by zhuqi
Browse files

automatically download sumbt model

parent 41b536bf
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ class SUMBTTracker(DST): ...@@ -145,7 +145,7 @@ class SUMBTTracker(DST):
self.dev_examples = processor.get_dev_examples(os.path.join(SUMBT_PATH, args.tmp_data_dir), accumulation=False) self.dev_examples = processor.get_dev_examples(os.path.join(SUMBT_PATH, args.tmp_data_dir), accumulation=False)
self.test_examples = processor.get_test_examples(os.path.join(SUMBT_PATH, args.tmp_data_dir), accumulation=False) self.test_examples = processor.get_test_examples(os.path.join(SUMBT_PATH, args.tmp_data_dir), accumulation=False)
self.eval_slots = eval_slots self.eval_slots = eval_slots
# self.download_model() self.download_model()
def download_model(self): def download_model(self):
if not os.path.isdir(DOWNLOAD_DIRECTORY): if not os.path.isdir(DOWNLOAD_DIRECTORY):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment