X_train = np.expand_dims(X_train, axis=2) # 张量升阶, 以满足序列数据集的要求 X_test = np.expand_dims(X_test, axis=2) # 张量升阶, 以满足序列数据集的要求