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

Released ResNet models are not trained with the default settings #136

Open
wjfwzzc opened this issue Apr 22, 2021 · 0 comments
Open

Released ResNet models are not trained with the default settings #136

wjfwzzc opened this issue Apr 22, 2021 · 0 comments

Comments

@wjfwzzc
Copy link

wjfwzzc commented Apr 22, 2021

I download models from https://github.com/facebookresearch/pycls/blob/master/MODEL_ZOO.md#resnet-models, then use the following code:

import torch
x = torch.load("R-50-1x64d_dds_8gpu.pyth")
print(x["optimizer_state"]["param_groups"][0]["weight_decay"])

It shows 1e-4, which is different to

So does lr:

print(x["optimizer_state"]["param_groups"][0]["lr"])

It shows 2.467e-05, however it should be 4.934e-05 if

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