EDSR-PyTorch
EDSR-PyTorch copied to clipboard
when I train the RDN ,list index out of range happens
(EDSR) zhj@server1:~/EDSR/EDSR-PyTorch-legacy-1.0.0/src$ python3.6 main.py --scale 2 --save RDN_D16C8G64_BIx2 --model RDN --epochs 200 --batch_size 16 --data_range 801-805 --patch_size 64 --reset
Traceback (most recent call last):
File "main.py", line 33, in
@countingstarsmer I meet the same problem. I modify the 'data_range' setting or delete it , and it works.