You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "D:\Program Files\JetBrains\PyCharm 2023.1.3\plugins\python\helpers\pydev\pydevd.py", line 1496, in _exec
pydev_imports.execfile(file, globals, locals) # execute the script
File "D:\Program Files\JetBrains\PyCharm 2023.1.3\plugins\python\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "D:\sci_job\MoLA\MoLA-main\train.py", line 305, in
trainer = MTLTrainer(args)
File "D:\sci_job\MoLA\MoLA-main\train.py", line 22, in init
self.benchmark = get_benchmark_class(args.benchmark)(args)
File "D:\sci_job\MoLA\MoLA-main\mola_code\benchmarks\vlcs.py", line 271, in init
'train': VLCS(split='train'),
File "D:\sci_job\MoLA\MoLA-main\mola_code\data\datasets\my_vlcs.py", line 80, in init
with open(each_split_file, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:\sci_job\MoLA\MoLA-main\datasets\VLCS\VLCS\PASCAL_train.txt'
python-BaseException
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:\Program Files\JetBrains\PyCharm 2023.1.3\plugins\python\helpers\pydev\pydevd.py", line 1496, in _exec
pydev_imports.execfile(file, globals, locals) # execute the script
File "D:\Program Files\JetBrains\PyCharm 2023.1.3\plugins\python\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "D:\sci_job\MoLA\MoLA-main\train.py", line 305, in
trainer = MTLTrainer(args)
File "D:\sci_job\MoLA\MoLA-main\train.py", line 22, in init
self.benchmark = get_benchmark_class(args.benchmark)(args)
File "D:\sci_job\MoLA\MoLA-main\mola_code\benchmarks\vlcs.py", line 271, in init
'train': VLCS(split='train'),
File "D:\sci_job\MoLA\MoLA-main\mola_code\data\datasets\my_vlcs.py", line 80, in init
with open(each_split_file, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:\sci_job\MoLA\MoLA-main\datasets\VLCS\VLCS\PASCAL_train.txt'
python-BaseException
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: