from keras.layers import GRU #导入GRU层 model.add(GRU(100)) # 加入GRU层