Open BeepBump opened 5 years ago
you have check your image size and patch size you use for testing. The maximum patch size is 64
Then, if my testing images are larger than 64x64, how could I do to test on these datasets?
just run the testing code. It super-resolve the image patch by patch for reconstruction.
Thank you for the great work and sharing the code! However, when I adopt space attention in other SR models, there is no problem in training, but will have memory error in validation phase. Can u help me solve this problem? Thanks!