Replies: 1 comment
-
Have you update this code or pull from dygraph branch? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to run the SOTA CPPD model fro Scene Text Recognition, but I'm affraid it is not fully supported yet.
python3 -m paddle.distributed.launch --gpus '0' tools/eval.py -c ./rec_svtr_cppd_base_en_train/rec_svtrnet_cppd_base_en.yml -o Global.pretrained_model=./rec_svtr_cppd_base_en_train/best_model
The problem is that at this point of the code the option
alg="CPPD"
is not supported.Is there any workaround? If I try to add
"CPPD"
to the previous list, then I obtain the next error:Thanks in advance,
Jon
Beta Was this translation helpful? Give feedback.
All reactions