-
Notifications
You must be signed in to change notification settings - Fork 8k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Config of SVTR-CPPD (large) #11198
Comments
Hi @Topdu, can you take a look here pls? Thanks in advance |
checking the following config is right, pls: learning_rate: 0.000375 # if using small batchsize, lr should be demoted. ignore_index: &ignore_index 100 # must be greater than the number of character classes
local_mixer: [[7, 11], [7, 11], [7, 11]] # should be [[5, 5], [5, 5], [5, 5]] if using Conv mixer |
Thanks for your reply and suggestions My batchsize is 96, so I will set the lr = 0.000046875 (based on the paper). The other configs are correct for me. Any notes for head'config which I missed, pls |
head'config which is correct and lr may be too small and should be set no less than 0.0001 from experience. |
Thanks a lot. I will experience one more time follow your suggestions |
Hi @Topdu I'm currently training the SVTR_CPPD (base) model and noticed that the ![]() |
Yes! This phenomenon in ours experiments as well. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I have successfully trained the SVTR-CPPD (base version) model and achieved excellent results. However, I would like to improve the metrics further, so I am experimenting with SVTR-large as the backbone. I have tried searching and applying other SVTR-large (original) configs like here, but the accuracy is still 0% after a period of training. In the same time frame, SVTR-base has reached about 10%. I think the problem lies in the head config. If anyone has tried SVTR-CPPD (large) before, could you let me know if I have any wrong configs?
My config here:
The text was updated successfully, but these errors were encountered: