wdzhao123 / APL

ECCV2022: United Defocus Blur Detection and Deblurring via Adversarial Promoting Learning
16 stars 3 forks source link

The parameters of the generator is not updated during training #4

Open yuanpinz opened 11 months ago

yuanpinz commented 11 months ago

requires_grad(generator, False) in Line 33 and Line 58 in train.py fix the parameters of the generator during training, it seems the parameters is not updated during training.