-
Notifications
You must be signed in to change notification settings - Fork 6
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
Does ocrd_calamari use GPU using ocrd/all:maximum-cuda image? #68
Comments
I suspect that it's actually running on GPU but does not use much memory compared to eynollah or sbb-binarize, but I'll investigate anyway to confirm. |
I can't comment on whether ocrd_calamari actually leverages the GPU or not but AFAIK calamari should seldomly put heavy load on the GPU during recognition anyways. |
Confirmed: It's not using GPU using the |
TensorFlow and CUDA, the endless joy:
So this is CUDA Toolkit 10.0 but PyPi's TensorFlow 2.6.0 requires CUDA Toolkit 11.1 or 11.2.1 I believe @bertsky was already working on putting more than one CUDA Toolkit version into one image? |
AFAICS It's a problem in ocrd_all, not here. I'm copying my comment above to OCR-D/ocrd_all#279 and closing this. |
Reported by @jbarth-ubhd in Gitter (Oct 06 10:50)
This seems to be concluded from this memory usage graph:
gpu memory usage, red=sbb-binarize, blue=eynollah-segment, green=calamari-recognize
The text was updated successfully, but these errors were encountered: