Created by: shiyazhou121
训练的是序列模型,输入层的定义是feature = fluid.layers.data(name='feature', shape=[1], dtype='int64', lod_level=1) 在写fluid C++的预测时,发现没有序列输入的例子。请问该如何写?