JellePiepenbrock
JellePiepenbrock
This errors occurs for me too. I'm running PyTorch 1.1.0. EDIT: Is there any specific version of CUDA perhaps that is needed?
The following piece of code is causing the CUDA extension to not be compiled: In my case, CUDA_HOME is indeed None, so this piece is skipped: ```python if torch.cuda.is_available() and...
Could you describe what you did to get your installation working? Regarding the speed; I think Colab only gives you 2 CPU cores, so that could slow things down quite...