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

Learning rate setting #30

Open
zyc573823770 opened this issue Feb 23, 2021 · 1 comment
Open

Learning rate setting #30

zyc573823770 opened this issue Feb 23, 2021 · 1 comment

Comments

@zyc573823770
Copy link

classifier's learning rate set to 10 times than feature extractor according to paper, but It is setting the same in code, is that on purpose after many experiments or just an error?

@zyc573823770
Copy link
Author

zyc573823770 commented Feb 23, 2021

optimizer = optim.SGD(model.parameters(), lr=args.lr, weight_decay=0.0005, momentum=0.9)
optimizer_ad = optim.SGD(ad_net.parameters(), lr=args.lr, weight_decay=0.0005, momentum=0.9)

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