Closed nickprock closed 2 years ago
Hi @nickprock ,
You should try to install keops using the colab option,
have a look at this web-page: https://www.kernel-operations.io/keops/python/installation.html
In particular you can try
!pip install pykeops[colab] > install.log
Then you should clear the keops cache, and try again:
import pykeops
pykeops.clean_pykeops() # just in case old build files are still present
pykeops.test_torch_bindings() # perform the compilation
Let me know if you have further issues!
Thanks @Giodiro, now it works.
Hi @Giodiro, I have submitted a PR with an example Colab. Falkon is very interesting, I hope to be able to use it and maybe contribute in the future. Congratulations to the team!
Hi, I tried to install falkon in Colab. The installation was successful but trying the KernelRidgeRegression demo I get an error on flk.fit().