How to train paddle OCR on rtx5070ti GPU? #16018
Unanswered
walidhassan-hub
asked this question in
Q&A
Replies: 1 comment
-
Hello, the version of Paddle that is compatible with the 50 series graphics cards is currently in internal testing and will be released soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On my linux machine rtx3060 gpu is installed where cc is 8.6 and i successfully trained paddle ocr on custom dataset but on my windows machine where rtx5070ti is installed and when i try to train the i get the following errors(snippet):
[2025/07/02 09:38:10] ppocr INFO: Initialize indexes of datasets:['./rec_imgs/val_images/rec_gt.txt']
W0702 09:38:10.122867 24692 gpu_resources.cc:106] The GPU compute capability in your current machine is 120, which is not supported by Paddle, it is recommended to install the corresponding wheel package according to the installation information on the official Paddle website.
W0702 09:38:10.122867 24692 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 12.0, Driver API Version: 12.9, Runtime API Version: 11.8
W0702 09:38:10.125866 24692 gpu_resources.cc:164] device: 0, cuDNN Version: 8.9.
Beta Was this translation helpful? Give feedback.
All reactions