Replies: 7 comments
-
Is it due to version difference: Driver API Version: 12.3, Runtime API Version: 11.6? |
Beta Was this translation helpful? Give feedback.
-
When I run: python3 -m paddle.distributed.launch --gpus '0' tools/eval.py -c configs/rec/rec_resnet_stn_bilstm_att.yml -o Global.checkpoints=pretrain_models/rec_resnet_stn_bilstm_att/best_accuracy also get the same error as above .Please help me :(((:+1: File "tools/eval.py", line 148, in |
Beta Was this translation helpful? Give feedback.
-
Please provide the paddle version used for training. It is recommended to use paddlepaddle==2.5.2 |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. I tried installing paddlepaddle-gpu version 2.5.2.post116 but this error still occurs. Is it due to the Ubuntu 22.04 operating system? |
Beta Was this translation helpful? Give feedback.
-
I can still run it with CPU but not GPU |
Beta Was this translation helpful? Give feedback.
-
CUDA11.6 may cause problems during training. Is it convenient to install cuda11.7 version of paddle?
|
Beta Was this translation helpful? Give feedback.
-
It is highly recommended to use Docker installation, which can solve most environmental problems.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I get an error when running to eval Text Recognition model step. Can you help me? Thank you.

Beta Was this translation helpful? Give feedback.
All reactions