Closed 13438960761 closed 2 years ago
HI author: i fix the above error and can run, but the accuracy always 0.0, could you please advise how to change the situation? thanks.
[2019-09-16 10:02:46] Evaluation: [130/138] Time 0.042 (0.048) Data 0.000 (0.003)
[2019-09-16 10:02:46] Evaluation: [131/138] Time 0.042 (0.047) Data 0.000 (0.002)
[2019-09-16 10:02:46] Evaluation: [132/138] Time 0.042 (0.047) Data 0.000 (0.002)
[2019-09-16 10:02:47] Evaluation: [133/138] Time 0.041 (0.047) Data 0.000 (0.002)
[2019-09-16 10:02:47] Evaluation: [134/138] Time 0.043 (0.047) Data 0.000 (0.002)
[2019-09-16 10:02:47] Evaluation: [135/138] Time 0.042 (0.047) Data 0.000 (0.002)
[2019-09-16 10:02:47] Evaluation: [136/138] Time 0.043 (0.047) Data 0.000 (0.002)
[2019-09-16 10:02:47] Evaluation: [137/138] Time 0.045 (0.047) Data 0.000 (0.002)
[2019-09-16 10:02:47] Evaluation: [138/138] Time 0.035 (0.047) Data 0.000 (0.002)
lexicon0: accuracy: 0.000
* Finished iters 10000 accuracy: 0.0% **best: 0.1%**
Do you use RecTotal only or RecTotal&SynthText as the training set?
yes, no synth text,only rectotal data. I am confused for the problem.------------------ 原始邮件 ------------------ 发件人: "Yushuo Guan"notifications@github.com 发送时间: 2019年9月17日(星期二) 上午10:38 收件人: "Jyouhou/ICDAR2019-ArT-Recognition-Alchemy"ICDAR2019-ArT-Recognition-Alchemy@noreply.github.com; 抄送: "13438960761"404262186@qq.com;"Author"author@noreply.github.com; 主题: Re: [Jyouhou/ICDAR2019-ArT-Recognition-Alchemy] RuntimeError:Dimension out of range (expected to be in range of [-2, 1], but got 2) (#8)
Do you use RecTotal only or RecTotal&SynthText as the training set?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
yes, no synth text,only rectotal data. I am confused for the problem
You need to use synthetic data to pretrain the model. RecTotal only is not enough to train a recognition model.
It is weird that it printed something like "Evaluation: [1095/1101]". Did you change the batch size?
@PkuDavidGuan is right. Training on such a small dataset may give unstable and unreliable results.
May I know your training setting?
Have the below error when i use the Rectotal data set to train , could you please give me advice to fix it ? thanks very much.