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

the learning rate in log_train times 0.1 #16

Open
yibuxulong opened this issue May 6, 2021 · 0 comments
Open

the learning rate in log_train times 0.1 #16

yibuxulong opened this issue May 6, 2021 · 0 comments

Comments

@yibuxulong
Copy link

I found the lr in log_train.csv is multiplied 0.1, and I found in the line marked TODO was written like this
data_time=data_time, loss=losses, top1=top1, top5=top5, lr=optimizer.param_groups[-1]['lr'] * 0.1)) # TODO
also can be seen in:
https://github.com/kaidic/LDAM-DRW/blame/master/cifar_train.py#L291
I wonder why lr times 0.1?

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