-
Notifications
You must be signed in to change notification settings - Fork 3k
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
TF_annotation does not use a GPU with the CUDA component installed. #1124
Comments
Is this the reason for slow processing of automatic annotation? |
I changed tensorflow version to 1.12 and GPU runs. tensorflow 1.13.1 seems to be only running fine with cuda 10 as per I also encountered error message "ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory" under tensorflow-gpu 1.13.1", therefore, i change the tensorflow version to 1.12. For your quick change, and update files accordingly. I also commented away the line at datumaro/requirements.txt, as it is installing CPU version too. datumaro/requirements.txt:# tensorflow==1.13.1 |
@nmanovic |
Okay, got it, |
#1138 works for me. |
How to reproduce:
build
docker-compose -f docker-compose.yml -f components/tf_annotation/docker-compose.tf_annotation.yml -f components/cuda/docker-compose.cuda.yml up -d --build
and run tf_annotation. Inference will be runned on CPU.Seems the
tensorflow_gpu
package is overridden bytensorflow
from datumaro requirements.The text was updated successfully, but these errors were encountered: