deblur-gan
deblur-gan copied to clipboard
gradient penalty and clipping
how I add gradient_penalty_loss to the total loss? After many epochs, my d_on_g_losses is still relatively large, causing the deblur perfomance to drop. Could you tell how to implement the this operation mentioned in the paper, dose the averaged_samples in the loss function refer to generated images? thank you anyway~