alphageometry icon indicating copy to clipboard operation
alphageometry copied to clipboard

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

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache for hopper() #7912 [@​hugovk]...

dependencies

Traceback (most recent call last): File "C:\users\lenovo\alphageometry\lm_inference_test.py", line 22, in import lm_inference as lm File "C:\users\lenovo\alphageometry\lm_inference.py", line 22, in from transformer import inference_utils File "C:\users\lenovo\alphageometry\$MELIAD_PATH\transformer\inference_utils.py", line 26, in import training_loop...

What script to run or how exactly I generate synthetic proofs?

Have you ever questioned about the same definition of incenter and excenter in def.txt? Was it right or you give a wrong definition? In line 73: incenter x a b...

After a synthetic proof is generated, how is it used as training data? For example, if a synthetic proof has _N_ auxiliary constructions between the premise statement _si_ and the...

3. Um evento de precipitação foi registrado no dia 15 de janeiro, na cidade de Cotia – SP, e os dados são apresentados na tabela abaixo. Calcule a erosividade da...

Is there any way the code for pre-training and finetuning the transformer model could be shared? Or could anyone suggest to me where to look for resources to write scripts...

I also want to generally ask about the bottleneck of alpha geometry. It seems to me that DD+AR is taking the majority of the time due to the bfs which...

### Intro Greetings! My question is about the implementation of traceback for algebraic deduction. At the [paper](https://www.nature.com/articles/s41586-023-06747-5), p. 9, the authors use the approach of mixed-integer linear programming and apply...