Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while runing #2

Open
beshoo opened this issue Jun 21, 2018 · 0 comments
Open

Error while runing #2

beshoo opened this issue Jun 21, 2018 · 0 comments

Comments

@beshoo
Copy link

beshoo commented Jun 21, 2018

python train.py
('maxLinth: ', 156)
146
Traceback (most recent call last):
File "train.py", line 126, in
train_neural_network()
File "train.py", line 104, in train_neural_network
output = neural_network(len(vocabulary_list))
File "train.py", line 88, in neural_network
h_pool = tf.concat(3, pooled_outputs)
File "/usr/lib/python2.7/site-packages/tensorflow/python/ops/array_ops.py", line 1110, in concat
dtype=dtypes.int32).get_shape().assert_is_compatible_with(
File "/usr/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 982, in convert_to_tensor
as_ref=False)
File "/usr/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 1078, in internal_convert_to_tensor
ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref)
File "/usr/lib/python2.7/site-packages/tensorflow/python/framework/constant_op.py", line 217, in _constant_tensor_conversion_function
return constant(v, dtype=dtype, name=name)
File "/usr/lib/python2.7/site-packages/tensorflow/python/framework/constant_op.py", line 196, in constant
value, dtype=dtype, shape=shape, verify_shape=verify_shape))
File "/usr/lib/python2.7/site-packages/tensorflow/python/framework/tensor_util.py", line 436, in make_tensor_proto
_AssertCompatible(values, dtype)
File "/usr/lib/python2.7/site-packages/tensorflow/python/framework/tensor_util.py", line 347, in _AssertCompatible
(dtype.name, repr(mismatch), type(mismatch).name))
TypeError: Expected int32, got list containing Tensors of type '_Message' instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant