deep-image-prior
deep-image-prior copied to clipboard
About Weight decay for the network
I find that the weight decay of network is not used in the optimization. So I try to set weight decay (0.0001) in the Adam function, and the PSNR of the reconstruction relative to reference truth begins to fluctuate.
Do you observe this phenomenon? Is it better not to use weight decay in such unsupervised network?