We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Please use timm==0.4.8/0.4.12. You can refer to INSTALL.md for more details.
timm==0.4.8/0.4.12
Sorry, something went wrong.
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?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: