You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I edit the code, I find a potential bug that might cause an error. In line 28 of utils/utils.py, you have returned optimizer_g, optimizer_c as the outputs of get_optimizer_visda. While in line 86 of trainer_osda.py, the outputs turn to be opt_c, opt_g, which, actually, are mismatched as the optimizers of generator and classifier.
The text was updated successfully, but these errors were encountered:
Hi,
When I edit the code, I find a potential bug that might cause an error. In line 28 of utils/utils.py, you have returned optimizer_g, optimizer_c as the outputs of get_optimizer_visda. While in line 86 of trainer_osda.py, the outputs turn to be opt_c, opt_g, which, actually, are mismatched as the optimizers of generator and classifier.
The text was updated successfully, but these errors were encountered: