You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "D:\Code\Python\SRGAN\train.py", line 46, in <module>
VGG = vgg.VGG19(pretrained=True, end_with='pool4', mode='dynamic')
File "D:\Code\Python\SRGAN\vgg.py", line 263, in vgg19
restore_model(model, layer_type='vgg19')
File "D:\Code\Python\SRGAN\vgg.py", line 174, in restore_model
logging.info(" Loading %s in %s" % (str(val[1][0].shape), val[0]))
IndexError: too many indices for array: array is 0-dimensional, but 1 were indexed
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: