AI-Feynman
AI-Feynman copied to clipboard
Hello! I recently watched your wonderful presentation of the code at Oxford university and I am very interested in using it in my own work. I have successfully installed the...
Hi Silviu: Thanks for this great package. I have been using it for my research and has a problem with using pretrained NNs, The error is as follows: RuntimeError: Error(s)...
When I tried to run example.py, it will raise the error that: **OSError: results_comp.dat not found.** I have read the code and have no idea about what it is. The...
First, thanks for making this algorithm, it seems like a very powerful tool. I am able to run the main run_aifeynman command then locate the results for the run. But,...
PyTorch has just added support for 'mps' GPUs. Will this eventually be integrated into AI Feynman?
I have verified that gfortran is installed on my machine and have cloned the repo. The traceback error is the same when I pip install or install from sourrce. (base)...
Thanks for the great library! I tried the examples and am not able to find the correct equation for the first one (that corresponds to equation I.10.7). The three proposed...
I just created a fresh Ubuntu 20.04.3 LTS install and installed drivers and checked that pytorch was using CUDA and everything seems fine. It's in S_run_aifenman.py line 85: idx_min =...
I was thinking about trying this method for a project, but the interface for running it (directories of text files and CSVs) seems pretty tricky to use / non-standard for...