Add files via upload

This commit is contained in:
yongzhuo 2019-05-12 14:36:54 +08:00 committed by GitHub
parent 99870340e1
commit 5209b3f068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,7 @@
# run
* 1.训练
* run keras_bert_bi_lstm_classify.py
* 2.测试__main__下面注释掉train()和predict(), 改为tet()就好predict()同理)
* run keras_bert_bi_lstm_classify.py
* 3.预测__main__下面注释掉train()和tet()放开predict()
* run keras_bert_bi_lstm_classify.py