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

No file or directory "SAP-Net/logger_IQA3/log_test_e444_i99.txt'" #1

Open
mdhosen opened this issue Dec 23, 2022 · 3 comments
Open

Comments

@mdhosen
Copy link

mdhosen commented Dec 23, 2022

When I run the demo_test.py file, it shows "No such file or directory: '/logger_IQA3/log_test_e444_i99.txt'. How did you generate the file or is there any way to download it directly. Thank you and congratulations for the nice work.

@yanglixiaoshen
Copy link
Owner

Thanks for your attention. First, you should define the directory in your own path at

parser.add_argument("--log_dir_IQA2", type=str, default="/home/yl/logger_IQA3",
. Then, the file log_test_e444_i99.txt (or whatever the name is) is the file for logging the training situation such as loss and it will be generated automatically as the code has been run. I think the main reason of your error may come from no proper defination of the directory in option.py.

@mdhosen
Copy link
Author

mdhosen commented Dec 24, 2022

Thank you very much for your quick response.

@higurashijiu
Copy link

How should the path in option.py be modified, or on what basis?

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

3 participants