我正在尝试将一个层的输出传递到两个不同的层中,然后将它们连接在一起。然而,我被这个错误阻止了,它告诉我我的输入不是符号张量。Received type: <class 'keras.layers.recurrent.LSTM'>. All inputs to the layers should be tensors.但是,我相信我非常仔细地遵循了文档:
并且不能完全确定为什么这是错误的?net_inpu
我很难理解这个错误消息是关于什么的。我看过很多帖子,比如
tf.keras.layers.Masking(mask_valuenetwork to recognize one of `num_classes` actions from the given video
### START CODE HERE ###