-
Notifications
You must be signed in to change notification settings - Fork 5
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
Torch probably needs to be less than 2.0 #70
Comments
For me to address this error without forcing torch < 2.0, I will need to adjust CrabNet to use SWA from the official PyTorch implementation rather than the code that Anthony or Kaai copied (probably from a blog) when developing CrabNet. Aside: I'm not sure how this will affect hyperparameters in the context of matsci-opt-benchmarks and crabnet-hyperparameter. Official PyTorch SWA
Uncited source code within CrabNet
Maybe Maybe Places that require refactoring... or at least a double check. This might not be comprehensive, but it's a rough idea.
|
Related to sparks-baird/CrabNet#70 Maybe related to #149
What version of pytorch was usually used? |
Probably just the latest version before 2.0. You shouldn't have to do anything fancy when you're installing locally on your computer, since it's already written into the latest requirements. |
From #73 (reply in thread) by @DavidSiretMarques
That will make things tough. While not ideal, have you tried forcing installation of PyTorch < 2.0 and seeing if that breaks things in your other code?
|
https://github.com/sparks-baird/matsci-opt-benchmarks/actions/runs/5193086890/jobs/9363184385
The text was updated successfully, but these errors were encountered: