forked from google-deepmind/alphageometry
-
Notifications
You must be signed in to change notification settings - Fork 4
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
TypeError when using alphageometry with JAX bfloat16 dtype #2
Comments
The full error message is as follows:
|
Were you able to run ag4masses successfully with MODEL=alphageometry for any problem? |
This seems to be caused by a Python package version issue. You are using Anaconda, try to use virtualenv as mentioned in the AG4Masses set up instruction. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I wanted to report an issue I encountered while working with the
alphageometry
library. I appreciate the improvements made to the originalalphageometry
project and have been trying out the new code.However, when I attempted to use it, I ran into a
TypeError
. Specifically, the error message I received was:Steps to Reproduce:
run.sh
withPROB=napoleon2
andMODEL=alphageometry
Anaconda Environment:
Thank you for your time in addressing this issue. Any help is appreciated!
The text was updated successfully, but these errors were encountered: