harvardnlp / im2markup

Neural model for converting Image-to-Markup (by Yuntian Deng yuntiandeng.com)
https://im2markup.yuntiandeng.com
MIT License
1.21k stars 214 forks source link

Why using lua instead of python? #46

Open StephenKyung opened 3 years ago

StephenKyung commented 3 years ago

Hi, I'm testing this model in two different programming languages, python and Lua. But whenever I tested it in python its have not good enough result compared with Lua one (almost 8 percent in Edit Distance Accuracy). Can you explain why you implemented in Lua?

StephenKyung commented 3 years ago

https://github.com/harvardnlp/im2markup/issues/26#issuecomment-558918180

and for one another. Do you think if I changed python code to convert images to greyscare first, can make any improvement?