-
Notifications
You must be signed in to change notification settings - Fork 18
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
Problem with loading data #5
Comments
Please u provide the versions of cuda, cuddn, torch, and torchvision. Thanks |
torch==0.4.1 As for cuda and cuddn, since the ECS I used has been deleted, I'm not sure what version it is.
The training part of the code is from RCAN. Actually, |
In fact, you can simply use the training code from EDSR, it supports PyTorch > 1.0, you only need to add our model code |
Thank you for your reply.
Thank you for your reply. I will try to reproduce the code as suggested, thanks. |
Thank you for sharing codes to us. While reproducing the code, I came across some minor issues that I would like to ask you for advice on, as follows:
I carefully checked the code and found that the output of the data loader had only three parts, namely hr, lr and filename, and I was puzzled as to why there were four parts (lr,hr,_,idx_scale) of output in the code.
Looking forward to your reply, thanks!
The text was updated successfully, but these errors were encountered: