alphageometry icon indicating copy to clipboard operation
alphageometry copied to clipboard

Results 122 alphageometry issues
Sort by recently updated
recently updated
newest added

Please provide hardware and OS recommendations. - On which hardware did the author test this project? - What is the range of setups that this has been tested on? e.g....

Under WSL (Windows Subsystem for Linux) I get the error below. # Error ```bash bash download.sh Retrieving folder list Failed to retrieve folder contents: file/folder name cannot be extracted from:...

I run all the command at 1st time successfully. When I run below command for 2nd time: ``` python -m alphageometry \ --alsologtostderr \ --problems_file=$(pwd)/examples.txt \ --problem_name=orthocenter \ --mode=alphageometry \...

When I was running the `$ pip install --require-hashes -r requirements.txt`, it suddenly encountered an error: `ERROR: Could not find a version that satisfies the requirement jaxlib==0.4.6 (from versions: 0.4.13,...

python -m alphageometry --alsologtostderr --problems_file=$(pwd)/imo_ag_30.txt --problem_name=translated_imo_2000_p6 --mode=alphageometry "${DDAR_ARGS[@]}" "${SEARCH_ARGS[@]}" "${LM_ARGS[@]}" I0123 17:33:55.019012 140364354609664 alphageometry.py:575] Solving: "a b c = triangle a b c; d = orthocenter d a b c;...

How to train this model? Is it the best super parameters? more alignment,such as SFT or RLHF, maybe more solved?

https://github.com/google-deepmind/alphageometry/blob/6661d02e6ae7059a557550c9f49ec017dd4851cd/numericals_test.py#L108

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@​bgilbert] Trim...

dependencies

I had tried to run the command in Ubuntu with python3.10: ``` python -m alphageometry \ --alsologtostderr \ --problems_file=$(pwd)/examples.txt \ --problem_name=orthocenter \ --mode=alphageometry \ "${DDAR_ARGS[@]}" \ "${SEARCH_ARGS[@]}" \ "${LM_ARGS[@]}" ```...

Dear Authors, I hope this message finds you well. I am reaching out to discuss a rather intriguing aspect of the AlphaGeometry solver that I've encountered while exploring the remarkable...