Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A potential bug of line 86 of 'trainer_osda.py' #4

Open
canqin001 opened this issue Sep 5, 2020 · 0 comments
Open

A potential bug of line 86 of 'trainer_osda.py' #4

canqin001 opened this issue Sep 5, 2020 · 0 comments

Comments

@canqin001
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant