NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.47k stars 367 forks source link

Setup on Google Colab #461

Open Vikram12301 opened 2 years ago

Vikram12301 commented 2 years ago

This issue is already raised by Issue, but the colab mentioned by the [collaborator] (https://github.com/NVIDIA/MinkowskiEngine/issues/95#issuecomment-759235915) is not working.

lollinng commented 2 years ago

This is something that I am also facing.

sahhermans commented 2 years ago

Me as well. Would like to hear it if somebody found a way to install it.

mak-corp commented 2 years ago

Me too. I had no problems with CPU-only install, but got this error several times while gpu-install: https://pastebin.com/7uXKhA5y

kidpaul94 commented 1 year ago

I was able to install the package with GPU support in the Google colab. To do this, we first have to setup the runtime mode to "GPU" and run the following commands as the [author] (https://github.com/NVIDIA/MinkowskiEngine/issues/95#issuecomment-759235915) said:

!sudo apt-get install libopenblas-dev
!pip install git+https://github.com/NVIDIA/MinkowskiEngine.git -v