Replies: 3 comments
-
I tried to reduce the learning rate to prevent this problem, but still no solution |
Beta Was this translation helpful? Give feedback.
0 replies
-
@htaoruan did you managed to solve your problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In your case you're having |
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, I am training a model based on crnn_mini-vgg_5e_mj.py configuration with Chinese text recognition dataset, but the model log output loss is incorrect.
My modification is to replace the dictionary with a dictionary in English and Chinese, modified as follows:
dict_file='{{ fileDirname }}/... /... /... /dicts/chinese_english_digits.txt'.
The following error occurs:
2023/04/27 14:33:53 - mmengine - INFO - Epoch(train) [1][100/389] lr: 1.0000e+00 eta: 1:00:21 time: 0.6586 data_time: 0.5103 memory: 5773 loss: inf loss_ctc: inf
Beta Was this translation helpful? Give feedback.
All reactions