AI-Feynman icon indicating copy to clipboard operation
AI-Feynman copied to clipboard

Results 49 AI-Feynman issues
Sort by recently updated
recently updated
newest added

206 for a in arrays: 207 if not isfinite(a).all(): --> 208 raise LinAlgError("Array must not contain infs or NaNs") 209 210 def _is_empty_2d(arr): LinAlgError: Array must not contain infs or...

Hello, I run into the following errors when I was trying my own dataset, and I was wondering if someone would please help me figure out the problem. Thank you...

- The user can provide a custom pytorch model. - Avoid repeating code on a few places.

Virtualenv settings: ``` (feynman) tmp$ python3 Python 3.9.9 (main, Nov 21 2021, 03:16:13) [Clang 13.0.0 (clang-1300.0.29.3)] on darwin (feynman) tmp$ python3 -m pip install aifeynman ~/tmp/lib/python3.9/site-packages/numpy/distutils/checks/cpu_asimdfhm.c:13:35: error: implicit declaration of...

I have a dataset that runs fine for about an hour of steady processing with apparent improvement before giving this error. See the attached output log. It seems to have...

Does this exist and if so how do you activate it?

I read on README.md, it says "Note that for now, AI Feynman is supported only for Linux and Mac environments." So, is this available on windows NOW?

changed sympy = 1.4 to sympy == 1.4 otherwise syntax error

When using cuda, the code is trying to take the argmin of an array that's being constructed with torch.Tensor objects, which results in an error that aborts the entire execution....

Hi, When I ran the example code mentioned in the repository, I mean ``` import aifeynman aifeynman.get_demos("example_data") # Download examples from server aifeynman.run_aifeynman("./example_data/", "example1.txt", 60, "14ops.txt", polyfit_deg=3, NN_epochs=500) ``` I...