guillaumegenthial / im2latex

Image to LaTeX (Seq2seq + Attention with Beam Search) - Tensorflow
Apache License 2.0
450 stars 129 forks source link

问下运行情况正常吗 #20

Open pageedward opened 3 years ago

pageedward commented 3 years ago

使用这份代码在im2latex 100k 上面训练,得到如下的指标:和论文上的Em76相差有些大,anyone meet the same situation? Eval: BLEU-4 88.89 - EM 37.86 - Edit 91.88 - perplexity -1.14

Root970103 commented 3 years ago

你这个训练感觉已经不错了 BLEU值都比较高了 我的EM 到后来就变0了(哭 顺便问下,你使用的就是默认参数咩

ziyaxuanyi commented 3 years ago

这个模型训练出来,有多大啊

chenyangMl commented 2 years ago

Posting a train-log for who wants to know performance of this model .
train-set 7.5w val-set 8.3k, using the default training-config but batch_size = 6.

chenyangMl commented 2 years ago

这个模型训练出来,有多大啊

103M

ziyaxuanyi commented 2 years ago

这个模型训练出来,有多大啊

103M

请问您也在做数学公式识别吗?有没有什么好的方案或者开源工程推荐呢?