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
AttributeError: module 'torch_optimizer' has no attribute 'MAGRAD'
I tired to follow the example of using MAGRAD optimizer
import torch_optimizer as optim optimizer = optim.MAGRAD(model.parameters(), lr=0.1) optimizer.zero_grad() loss_fn(model(input), target).backward() optimizer.step()
but got AttributeError: module 'torch_optimizer' has no attribute 'MAGRAD'
The text was updated successfully, but these errors were encountered:
MADGRAD
Sorry, something went wrong.
No branches or pull requests
I tired to follow the example of using MAGRAD optimizer
but got
AttributeError: module 'torch_optimizer' has no attribute 'MAGRAD'
The text was updated successfully, but these errors were encountered: