ssampang / im2latex

Tensorflow port of im2markup project
128 stars 23 forks source link

tf.make_template error #4

Open tiehan opened 6 years ago

tiehan commented 6 years ago

File "/usr/lib/python2.7/site-packages/tensorflow/python/framework/tensor_util.py", line 328, in _AssertCompatible (dtype.name, repr(mismatch), type(mismatch).name)) TypeError: Expected int32, got list containing Tensors of type '_Message' instead.

originally defined at: File "im2latex.py", line 162, in build_model fun = tf.make_template('fun', fn)

vuthithao commented 5 years ago

Have you solved it ?