-
Notifications
You must be signed in to change notification settings - Fork 21
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
RUNNING ERROR #6
Comments
My programming language skills are relatively poor, I hope this problem is not too foolish. |
Hi Quan, thanks for your interest in our work! This error simply means the corresponding config file: 'sr_sr3_16_128.json' cannot be found under the folder: 'config/'. Can you double-check to make sure the file does exist and there is not any typo in the file name? Feel free to leave further questions here :) Thanks! |
非常感谢您的回答,我目前已经解决以上问题,还在想办法将您的方法融合到我们专业中,如果后续有什么问题,我会继续请教您的。再次十分感谢您的文章! |
1.代码是在Linux系统下运行的吗?我在windos系统下会报错,如下:
是不是可以修改/bin/sh指令为windos对应的就可以运行?(实在不好意思代码基础比较差) 2.我想问一下您,原始数据的训练集图片大概是多少张呢? 谢谢! |
|
Hi,thank you for your great work. I encountered this difficulty while running the program. Can you guide me on exactly where the error occurred?
Traceback (most recent call last):
File "D:\DDM2\train_noise_model.py", line 25, in
opt = Logger.parse(args, stage=1)
File "D:\DDM2\core\logger.py", line 28, in parse
with open(opt_path, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'config/sr_sr3_16_128.json'
Thank you very much!
The text was updated successfully, but these errors were encountered: