Skip to content
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

calamari-recognize does not make use of gpu #279

Closed
jbarth-ubhd opened this issue Oct 6, 2021 · 5 comments
Closed

calamari-recognize does not make use of gpu #279

jbarth-ubhd opened this issue Oct 6, 2021 · 5 comments

Comments

@jbarth-ubhd
Copy link

Tried with docker maximum-cuda.

@kba
Copy link
Member

kba commented Oct 25, 2021

See OCR-D/ocrd_calamari#68 for the discussion upstream.

@mikegerber
Copy link
Contributor

There's the wrong CUDA Toolkit version for the TF version in the image:

OCR-D/ocrd_calamari#68 (comment)

@mikegerber
Copy link
Contributor

#263

@mikegerber
Copy link
Contributor

TensorFlow and CUDA, the endless joy:

(headless-tf2) root@29b1f018638e:/usr/local/sub-venv/headless-tf2# pip list | grep tensorflow
tensorflow               2.6.0

(headless-tf2) root@29b1f018638e:/usr/local/sub-venv/headless-tf2# find /usr/ -name "libcuda.so*"
/usr/local/cuda-10.0/compat/libcuda.so.1
/usr/local/cuda-10.0/compat/libcuda.so
/usr/local/cuda-10.0/compat/libcuda.so.410.129

So this is CUDA Toolkit 10.0 but PyPi's TensorFlow 2.6.0 requires CUDA Toolkit 11.1 or 11.2.1
(see https://github.com/mikegerber/test-nvidia README for the full list of compatible versions.)

@bertsky
Copy link
Collaborator

bertsky commented Jun 20, 2023

Should be fixed by #362 – please reopen if not.

@bertsky bertsky closed this as completed Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants