guillaumegenthial / im2latex

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

Different prediction for same image #6

Closed karangarg13 closed 6 years ago

karangarg13 commented 6 years ago

Hi Guillaume,

Thanks for the great model!

I've trained the model, but when I do prediction every time I get a different result. Here is an example, For the attached image for same model weights, I get below different results.

1) { W } = \frac { \beta { G } U { c } ^ { 2 } D } { 2 \sigma } 2) { W } = \frac { \beta { { G } } U { \infty } ^ { 2 } D } { 2 \sigma } 3) { W } = \frac { { \cal P } { c } U { e } ^ { 2 } } { 2 \sigma } 4) { W } ! = \frac { \beta { G } U _ { c } ^ { 2 } } { 2 \sigma } 4

Could you please help with that.

Thanks!

karangarg13 commented 6 years ago

Issue got fixed, there was a bug in at our end!