Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

好像缺失了指定训练和测试的txt文件 #1

Open
ZexiChen502 opened this issue Jul 23, 2024 · 0 comments
Open

好像缺失了指定训练和测试的txt文件 #1

ZexiChen502 opened this issue Jul 23, 2024 · 0 comments

Comments

@ZexiChen502
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant