We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,我在使用训练代码时,加载数据出错,提示为 OSError: Unable to open file (unable to open file: name = 'datasets/train/RainTrainH/train_target.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) 训练集使用的是RainTrainH, 命令行为 !python train_PReNet.py --preprocess True --save_path logs/Rain100L/PReNet --data_path datasets/train/RainTrainL 请问该怎么解决呢?
The text was updated successfully, but these errors were encountered:
请看DerainDatasets.py。保证训练图片已经在相应文件夹里。
Sorry, something went wrong.
请问具体怎么存放啊
麻烦作者说明白一点,求求了
你好,请问解决了吗
No branches or pull requests
你好,我在使用训练代码时,加载数据出错,提示为
OSError: Unable to open file (unable to open file: name = 'datasets/train/RainTrainH/train_target.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
训练集使用的是RainTrainH,
命令行为 !python train_PReNet.py --preprocess True --save_path logs/Rain100L/PReNet --data_path datasets/train/RainTrainL
请问该怎么解决呢?
The text was updated successfully, but these errors were encountered: