Created by: Meiyim
paddle 1.5 按照如下方式构建网络并save_inferencd_model:
reshaped = layers.reshape( x=x, shape=[0, 0, n_head, hidden_size // n_head], inplace=False)
用C++ api加载模型进行预测时报错: