Closed wangxiao5791509 closed 6 years ago
@wangxiao5791509 Thanks for your question. Please try deleting the folder data, which should have been generated under DMS and then try again. This error is caused if there was a previous error whil generating the data splits.
@andfoy Thanks for your kind explanation. It worked, this is a cool work.
@wangxiao5791509 I hope all errors were corrected! Thanks for your feedback on our work
Hello,sir. I got the same problem and cannot solve it.
Traceback (most recent call last):
File "d:\baihuple_File\BigFour\graduate_design\RIS_Paper\Paper1-toR\SHNET-main\main.py", line 368, in
Hi, I try to run this code, but get the following error. where should I download this missed 'data/unc/corpus.pth' file ?
Traceback (most recent call last): File "/usr/local/lib/python3.6/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/usr/local/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/media/wangxiao/b8efbc67-7ea5-476d-9631-70da75f84e2d/reference_code/DMS/dmn_pytorch/train.py", line 177, in
max_query_len=args.time)
File "/media/wangxiao/b8efbc67-7ea5-476d-9631-70da75f84e2d/reference_code/DMS/dmn_pytorch/referit_loader.py", line 89, in init
self.corpus = torch.load(corpus_path)
File "/usr/local/lib/python3.6/site-packages/torch/serialization.py", line 356, in load
f = open(f, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'data/unc/corpus.pth'