You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: