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

errors happened with optimizer #22

Open
XiaoyuWant opened this issue Nov 16, 2021 · 2 comments
Open

errors happened with optimizer #22

XiaoyuWant opened this issue Nov 16, 2021 · 2 comments

Comments

@XiaoyuWant
Copy link

I have tried 2 different configs with diferent backbones, but all occurs exception of one thing, that is weight_decay is NoneType in optimizer SGD and ADAMW. It seems the configs of WEIGHT_DECAY is not imported correctly?

@hejinsome
Copy link

the same problem

@drigoni
Copy link

drigoni commented Nov 21, 2021

The problem is due to the missing parameter: WEIGHT_DECAY_BIAS.
To fix it, I added that parameter in the config file with the same value as WEIGHT DECAY.

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

3 participants