You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed cauchy-mult following the description "going to extensions/cauchy/ and running python setup.py install.".
But when I run the 'sashimi.py' to investigate its structure. This message shows again "CUDA extension for cauchy multiplication not found. Install by going to extensions/cauchy/ and running python setup.py install. This should speed up end-to-end training by 10-50%"
I installed pykeops==1.5 first.
The text was updated successfully, but these errors were encountered:
That's strange. First, perhaps try uninstalling pykeops to be safe (I don't use it anymore). Second, check if the extension exists with pip list | grep cauchy. If it does, try reinstalling with pip uninstall -y cauchy-mult && pip install . (inside the extensions folder), and then check again if pip finds it. Then try opening a Python REPL and checking if you can import the extension (import cauchy_mult).
I installed cauchy-mult following the description "going to extensions/cauchy/ and running
python setup.py install
.".But when I run the 'sashimi.py' to investigate its structure. This message shows again "CUDA extension for cauchy multiplication not found. Install by going to extensions/cauchy/ and running
python setup.py install
. This should speed up end-to-end training by 10-50%"I installed pykeops==1.5 first.
The text was updated successfully, but these errors were encountered: