whywhs / Pytorch-Handwritten-Mathematical-Expression-Recognition

This program uses Attention and Coverage to realize HMER and this program is based on Pytorch.
MIT License
214 stars 79 forks source link

Some questions about the model #12

Open culeao opened 4 years ago

culeao commented 4 years ago

首先非常感谢你的工作,我看到你的 decoder 部分网络模型设计有些复杂,所以想知道你的 decoder 部分的模型设计是来源于哪一篇论文?或者这是否并没有来源,而是你自己设计的模型呢?

whywhs commented 4 years ago

论文可以参考张建树博士的Multi-Scale Attention with Dense Encoder for Handwritten Mathematical Expression Recognition 大体上是一样的,有一些不同的地方您可以在我的代码中看到

culeao commented 4 years ago

thanks!