Closed ZW-PRO closed 3 years ago
(pytorch) D:\Python file\ESRGAN-master>python net_interp.py 0.5 Interpolating with alpha = 0.5 Traceback (most recent call last): File "net_interp.py", line 19, in net_interp[k] = (1 - alpha) v_PSNR + alpha v_ESRGAN TypeError: unsupported operand type(s) for *: 'float' and 'collections.OrderedDict'
(pytorch) D:\Python file\ESRGAN-master>python net_interp.py 0.5 Interpolating with alpha = 0.5 Traceback (most recent call last): File "net_interp.py", line 19, in
net_interp[k] = (1 - alpha) v_PSNR + alpha v_ESRGAN
TypeError: unsupported operand type(s) for *: 'float' and 'collections.OrderedDict'