shlogg · Early preview
Patrice Ferlet @metal3d

I'm a Python, Go, Angular, and VueJS (Typescript) developer. I'm a Linux fan (no other OS) and I try to contribute to projects like Fyne.io. I do Machine Learning, Blender, and some other stuff.

Fixing CUDA Library Issues With PyTorch And Tensorflow On Linux

Install Nvidia pip packages or use `tensorflow[and-cuda]` to avoid CUDA installation issues. Set LD_LIBRARY_PATH with `export LD_LIBRARY_PATH=$(find .venv -name "*.so*" | grep nvidia | xargs dirname | sort -u | paste -d ":" -s -)