BDL icon indicating copy to clipboard operation
BDL copied to clipboard

AttributeError: 'NotImplementedError' object has no attribute 'step'

Open jn-z opened this issue 5 years ago • 1 comments

Hi. I have some questions about the training of CycleGAN with perception loss. When I trained for the second round, the terminal made the following mistake: scheduler.step() AttributeError: 'NotImplementedError' object has no attribute 'step' Can you help me? My choice of learning rate model is: --lr_policy = linear Thank you.

jn-z avatar Sep 24 '19 07:09 jn-z

Please use the default parameters. The change I made is only --resize_or_crop, scale_width_and_crop --niter 10 --niter_decay 10, --loadSize 1024 --fineSize 452, --lambda_semantic_A 1 --lambda_semantic_B 1

liyunsheng13 avatar Oct 08 '19 22:10 liyunsheng13