Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 276 Bytes

lstm

1预训练
分词,过滤停用词。
2模型生成
训练,并生成模型。
3预测
根据模型,预测文本。 执行时间:每条大概700-800ms。

pip3 install tensorflow==2.2
版本:tf.version
'2.2.0'