(https://blog.csdn.net/sinat_30665603/article/details/79520012) 在logits_and_state函数中,返回tree2vec>> tree_lstm>> (output_layer,td.Identity())(在182行).. tree_lstm.outputType是TensorType((305,),' float32')。所以output_layer.inputType是TensorType((305,),' float32')。
如何将TensorType((305,),' float32')更改为TensorType((5,' float32'))作为output_layer.inputType(不要更改) tree_lstm.outputType是TensorType((305,),' float32'))?