yangxy/PASD

Data load error, configuration file not found

Closed this issue · 4 comments

Dear authors,
I have read about your PASD work,however, when I used the DIV2K dataset for training, I could not find the configuration file params_realesrgan.yml, and after checking, I found that there was no problem with the file name and path.
1

chky commented

same error,have you got the params_realsrgan.yml ?

I think it's only becoz the problem of initializing opt_path in def __init__ arguments section, it cannot concatenate the path, put ur
opt_path=os.path.join(...) in the mainbody of init function will do

same error,have you got the params_realsrgan.yml ?
yeah!This problem has been resolved, it is a file path error. You can place this configuration file under the root directory.

yangxy commented

My fault. I will update the code very soon.