Data load error, configuration file not found
Closed this issue · 4 comments
sacred178953 commented
chky commented
same error,have you got the params_realsrgan.yml ?
Anguliachao commented
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
sacred178953 commented
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.