ArminKmz / im2latex

Pytorch implementation of math equation images to latex markup language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

im2latex

PyTorch implementation of this paper with minor variations for my deep learning course final project.

Training and Parameters

Add dataset pathes to params.py, you can also change the network and optimization parameters in this file. To start training the model or resume from last saved checkpoint, run

python main.py --train

To evaluate the model on test or validation set run

python main.py --evaluate --evalset [test or validation] --checkpoint path/to/checkpoint

if you don't provide --checkpoint argument, it will use last saved checkpoint.

About

Pytorch implementation of math equation images to latex markup language.

License:MIT License


Languages

Language:Python 100.0%