-
Notifications
You must be signed in to change notification settings - Fork 491
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
InternalError (see above for traceback): Blas SGEMM launch failed : m=802816, n=64, k=32 #224
Comments
Maybe something related to the GPU memory? |
My machine is GTX2080,the GPUmemory is 8G,I dont know if i can finish the pruning... |
Could you try solutions provided in the above stack-overflow link, and see if anything helps? |
|
Maybe this one? https://stackoverflow.com/a/43130779/10611647 gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=0.3)
sess = tf.Session(config=tf.ConfigProto(
allow_soft_placement=True, log_device_placement=True)) |
I'm sure I only run a tensorflow program at the same time and have reinstalled the tensorflow-gpu,it didn't worked. |
|
How many GPU cards do you have? |
only one... |
Try to reduce the batch size? |
I have reduced the batch_size_eval to 1 |
If the error occurs in the training process, then you should reduce |
It didn't work... |
Any updates? Still not working? |
Hey bro, have u figured it out ? I met the same issue |
plz if you solve this problem, let me know how to solve it,,, |
I encountered the same issue when I run my code at the machine of the GTX2080(the signal GPU memory is 8G, total have two card), the error info as the following:
However, I could run the same code at another machine of the GTX2080(the signal GPU memory is 10G, total have two card). I still don't know why. |
I fixed this issue just by installing the patches of CUDA_Toolkit @Donald-Su @0113bernoyoun |
Hi ShuteLee, the machine installed the CUDA_Toolkit, but still have the issue
|
Please be sure that you have installed the four PATCHES |
There is not the package for my OS of the ubuntu 18.04 |
So, maybe the CUDA Tookit 9.0 is not so compatible with your Ubuntu 18.04. you can choose a more recent version. |
Make sure TensorFlow is in
|
When I perform channel pruning on the mobilenet at ilsvrc12 dataset,this error occured. But the pruning at cifar10 dataset can be done normally.
The text was updated successfully, but these errors were encountered: