code_0.py 78 字节
Newer Older
ToTensor's avatar
ToTensor 已提交
1 2
from keras.layers import GRU #导入GRU层
model.add(GRU(100)) # 加入GRU层