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

novograd optimizer removed from timm #26

Closed
DalasNoin opened this issue Jun 30, 2022 · 2 comments
Closed

novograd optimizer removed from timm #26

DalasNoin opened this issue Jun 30, 2022 · 2 comments

Comments

@DalasNoin
Copy link

ModuleNotFoundError: No module named 'timm.optim.novograd'

it seems like timm just gives you nvnovograd if you ask for novograd

https://github.com/rwightman/pytorch-image-models/blob/master/timm/optim/optim_factory.py

elif opt_lower == 'novograd' or opt_lower == 'nvnovograd':
    optimizer = NvNovoGrad(parameters, **opt_args)
@yztongzhan
Copy link
Collaborator

Please use timm==0.4.8/0.4.12. You can refer to INSTALL.md for more details.

@Jmh0527
Copy link

Jmh0527 commented Jul 28, 2022

I can't find the 0.4.8 version when I install it using pip, and it still prompts the same error after installing 0.4.12, why is that?

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