From c78b1c02def9db25e8c2700c55247248dc635fe2 Mon Sep 17 00:00:00 2001 From: jiangzhonglian Date: Mon, 9 Dec 2019 18:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=94=9F=E6=88=90=E8=AF=97=E7=9A=84=E5=AD=98=E7=B2=97=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/py3.x/tensorflow2.x/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/py3.x/tensorflow2.x/config.py b/src/py3.x/tensorflow2.x/config.py index 985fc173..8d149749 100644 --- a/src/py3.x/tensorflow2.x/config.py +++ b/src/py3.x/tensorflow2.x/config.py @@ -7,6 +7,7 @@ class Config(object): poetry_file = 'poetry.txt' + weight_file = 'poetry_model.h5' data_file = 'EmotionData.xlsx' model_file = 'EmotionModel.h5' vocab_list = 'vocal_list.pkl'