train model ABINet using visual part #14474
Unanswered
Aminfaraji
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello! To train the ABINet model using only the visual part and disable the language model, setting the 1. Potential Configuration Issues
2. Code Dependencies
3. Missing Pre-trained Model or Dependencies
4. Known Issues and Debugging
5. Alternative Approach
Example Training Command:After updating the configuration file, train the model using: python3 tools/train.py -c configs/rec/rec_r45_abinet.yml If using multi-GPU, use: python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/rec/rec_r45_abinet.yml 6. Error ContextIf you can share the specific error message you're encountering, I can provide more targeted guidance! Let me know if you need further assistance! Response generated by feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello, I hope you're doing well. I want to use the ABINet model, but I don't want to use the language model part. In the config file, I set the 'use_lang' parameter to false, but I get an error. I only want to use the visual model part. I would appreciate your guidance.
@jzhang533 @kerneltravel @wencan @sdcb @ZeyuChen @Topdu
Beta Was this translation helpful? Give feedback.
All reactions