Closed MaximBazarov closed 5 years ago
TuriCreate does not support CUDA 10. TuriCreate currently uses MXNet for its deep learning. The latest version of MXNet which works with TuriCreate is 1.1.0. The first version of MXNet to support CUDA 10 is 1.3.1.
Do you need CUDA 10? Or would CUDA 9 work? We support CUDA 9.
It looks like you have several different CUDA version of MXNet installed:
mxnet-cu100==1.4.0.post0
mxnet-cu80==1.1.0
mxnet-cu90==1.1.0
You should only have one of these packages installed.
I would try CUDA 9 and uninstall the other version. Run pip uninstall mxnet-cu100 mxnet-cu90
and see if that works.
@TobyRoseman thanks for the hints!
I basically want to make it work on GPU, doesn't really matter what CUDA would be used along the way.
https://colab.research.google.com/drive/1GaJLOhdrN-OG8zsL4vgo-wBcqJh6CPYv here's. it the whole notebook
@MaximBazarov - you may only be able to use a specific version of CUDA with Google Colab. Did you try what I suggested (uninstalling mxnet-cu100
and mxnet-cu90
)? Did it work?
@TobyRoseman yes it worked till some point, there's a workaround to install CUDA 8 into the Google Colab:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2016 NVIDIA Corporation
Built on Tue_Jan_10_13:22:03_CST_2017
Cuda compilation tools, release 8.0, V8.0.61
but at some point it crashes with out of memory
Installing collected packages: mxnet-cu80
Successfully installed mxnet-cu80-1.1.0
Augmenting input images using 951 background images.
+------------------+--------------+------------------+
| Images Augmented | Elapsed Time | Percent Complete |
+------------------+--------------+------------------+
| 0 | 5.84s | 0% |
| 1 | 5.84s | 0% |
| 2 | 5.85s | 0% |
| 3 | 5.86s | 0% |
| 4 | 5.87s | 0% |
| 5 | 5.89s | 0.25% |
| 10 | 5.98s | 0.5% |
| 50 | 6.98s | 2.5% |
| 100 | 7.86s | 5.25% |
| 500 | 16.99s | 26.25% |
| 1000 | 32.47s | 52.5% |
| 1500 | 43.40s | 78.75% |
| 1901 | 51.44s | 99.75% |
+------------------+--------------+------------------+
Using 'image' as feature column
Using 'label' as annotations column
--> crash *
We're tracking the out of memory error here: #2038.
Since the original issues is resolved, I'm going to close this issue.
Facing this issue using Google Colab
Error:
pip freeze: