clovaai / cutblur

Rethinking Data Augmentation for Image Super-resolution (CVPR 2020)
MIT License
382 stars 62 forks source link

train on custom dataset #25

Open EvelyneCalista opened 2 years ago

EvelyneCalista commented 2 years ago

hi i try to reproduce on my custom dataset, i use "RealSR" settings to run, but got this error below from
File "main.py", line 27, in main solver.fit()

raise ValueError("empty range for randrange() (%d, %d, %d)" % (istart, istop, width)) ValueError: empty range for randrange() (0, -36, -36)

anyone have idea about this error?