This is an implementation for the CVPR2020 paper "Learning Invariant Representation for Unsupervised Image Restoration"
100
stars
21
forks
source link
In the gen_update method, why is random noise (torch.randn) added to the reconstruction process? #14
Open
wudishuaishuainiu opened 2 years ago
It could be viewed as a regularization trick to improve the robustness of the generator.