Open akshadaas opened 4 years ago
i got the following error. InvalidArgumentError Traceback (most recent call last) ~/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/ops.py in _create_c_op(graph, node_def, inputs, control_inputs) 1658 try: -> 1659 c_op = c_api.TF_FinishOperation(op_desc) 1660 except errors.InvalidArgumentError as e:
InvalidArgumentError: Dimensions must be equal, but are 16 and 752 for 'decoder_1/dense_4/MatMul' (op: 'MatMul') with input shapes: [?,16], [752,512].
During handling of the above exception, another exception occurred:
ValueError Traceback (most recent call last)
what is the tensorflow version?
@akshadaas Please use the versions of keras and tensorflow specified in README.md Also, you can try this branch for Tensorflow 2.2
i got the following error. InvalidArgumentError Traceback (most recent call last) ~/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/ops.py in _create_c_op(graph, node_def, inputs, control_inputs) 1658 try: -> 1659 c_op = c_api.TF_FinishOperation(op_desc) 1660 except errors.InvalidArgumentError as e:
InvalidArgumentError: Dimensions must be equal, but are 16 and 752 for 'decoder_1/dense_4/MatMul' (op: 'MatMul') with input shapes: [?,16], [752,512].
During handling of the above exception, another exception occurred:
ValueError Traceback (most recent call last)