-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR cudaGetDeviceCount #129
Comments
This is usually caused by a GPU that is turned off |
Very strange because my GPU is ok.
|
Seems code 35 is |
oooohhh my God!!!! |
@xgdgsc , I have another question. Why the |
I don' t know. |
Thanks very much! |
Hello,
I am running Somoclu in GPU, but I got this error
RuntimeError Traceback (most recent call last)
in ()
2 n_rows, n_columns = 10,10
3 som = somoclu.Somoclu(n_columns, n_rows, kerneltype=1)
----> 4 som.train(data, epochs=10)
5 #som.view_umatrix(bestmatches=True, bestmatchcolors=colors, labels=labels)
~/somoclu/src/Python/somoclu/train.py in train(self, data, epochs, radius0, radiusN, radiuscooling, scale0, scaleN, scalecooling)
226 self._compact_support, self._neighborhood == "gaussian",
227 self._std_coeff, self._verbose, self.codebook, self.bmus,
--> 228 self.umatrix)
229 self.umatrix.shape = (self._n_rows, self._n_columns)
230 self.bmus.shape = (self.n_vectors, 2)
RuntimeError: CUDA error calling "cudaGetDeviceCount(&devCount)", code is 35
Does Somebody can help, please?
The text was updated successfully, but these errors were encountered: