Toon Tran

Results 3 comments of Toon Tran

Apparently if you want to use AI Feynman 2.0, it's better to use a historical version of this repo, according to [this article](https://towardsdatascience.com/ai-feynman-2-0-learning-regression-equations-from-data-3232151bd929)

I had the same problem, and I worked around it by installing the package and use globally instead: ``` export CUDA_HOME=/your/cuda/home/directory/ python setup.py install --user ```

I'm having the same issue as well