-
Notifications
You must be signed in to change notification settings - Fork 481
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
Copy and Run Alphageometry #141
Comments
Same with me |
I created a fork of AlphaGeometry and made various improvements, including a Kaggle notebook. It should run on Colab too with some minor modifications, but the free version of Kaggle reliably provides 2 T4 GPUs, while in the free version of Colab, one can almost never get GPUs. Check it out at https://github.com/tpgh24/ag4masses. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/google-deepmind/alphageometry
I would like to copy and run this github repository on Ubuntu / google colab / kaggle, but I faced error every time when I Run AlphaGeometry, which is defined in the github and below.
python -m alphageometry
--alsologtostderr
--problems_file=$(pwd)/examples.txt
--problem_name=orthocenter
--mode=alphageometry
″${DDAR_ARGS[@]}″
″${SEARCH_ARGS[@]}″
″${LM_ARGS[@]}″
Can anyone share their full, successful running code?
The text was updated successfully, but these errors were encountered: