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
Using it like this:
optimizer = heavyball.PrecondSchedulePaLMSOAP(raw_model.parameters(), lr=0.05)
The heavyball/utils.py line 31 return compiled is where it torch.compile fails.
return compiled
This is called from precond_schedule_palm_foreach_soap.py line 69 grad_projected = project(g, state['Q'], False)
precond_schedule_palm_foreach_soap.py
grad_projected = project(g, state['Q'], False)
The specific error is unhashable type: set
unhashable type: set
The text was updated successfully, but these errors were encountered:
Seeing this as well. May be fixed by heavyball 1.0.0
Sorry, something went wrong.
No branches or pull requests
Using it like this:
The heavyball/utils.py line 31
return compiled
is where it torch.compile fails.This is called from
precond_schedule_palm_foreach_soap.py
line 69grad_projected = project(g, state['Q'], False)
The specific error is
unhashable type: set
The text was updated successfully, but these errors were encountered: