XuecaiHu / Meta-SR-Pytorch

Meta-SR: A Magnification-Arbitrary Network for Super-Resolution (CVPR2019)
551 stars 121 forks source link

how to set correct patch_size #43

Closed robinaman closed 3 years ago

robinaman commented 4 years ago

why you set 50.

XuecaiHu commented 4 years ago

since most work set 48, however, our training scale factors is sampled with stride 0.1. Thus, if the input size is (h,w), it is better that the h*s is a integer.

XuecaiHu commented 4 years ago

50 is suitable and is close to 48