AzzerAce
Results
2
comments of
AzzerAce
Change the code from: `model = np.load('vgg19.npy')` to: `model = np.load('vgg19.npy', allow_pickle=True)` At least that worked for me :)
Hey, what I did was change this line: https://github.com/KupynOrest/DeblurGAN/blob/31fdc7f83d45e05d0d0a352aa1b8a960e42d618b/models/losses.py#L117 to this line `super(DiscLossLS, self).__init__(opt, tensor)`.