kozistr / ESRGAN-tensorflow

Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution
https://arxiv.org/abs/1809.00219
Apache License 2.0
34 stars 5 forks source link

rand_lr_w = (np.random.randint(0, x_hr_shape[0] - self.hr_patch_shape[0]) TypeError: unsupported operand type(s) for -: 'NoneType' and 'int' #8

Open zkj1995 opened 4 years ago

zkj1995 commented 4 years ago

Hello,I had some problem

ChrisDan-Col commented 4 years ago

Hello,I had some problem

Did you solve it?