diff --git a/src/py3.x/tensorflow2.x/EmotionData.xlsx b/src/py3.x/tensorflow2.x/Emotion/EmotionData.xlsx similarity index 100% rename from src/py3.x/tensorflow2.x/EmotionData.xlsx rename to src/py3.x/tensorflow2.x/Emotion/EmotionData.xlsx diff --git a/src/py3.x/tensorflow2.x/EmotionData的副本.xlsx b/src/py3.x/tensorflow2.x/Emotion/EmotionData的副本.xlsx similarity index 100% rename from src/py3.x/tensorflow2.x/EmotionData的副本.xlsx rename to src/py3.x/tensorflow2.x/Emotion/EmotionData的副本.xlsx diff --git a/src/py3.x/tensorflow2.x/Emotion_acc.png b/src/py3.x/tensorflow2.x/Emotion/Emotion_acc.png similarity index 100% rename from src/py3.x/tensorflow2.x/Emotion_acc.png rename to src/py3.x/tensorflow2.x/Emotion/Emotion_acc.png diff --git a/src/py3.x/tensorflow2.x/Emotion_loss.png b/src/py3.x/tensorflow2.x/Emotion/Emotion_loss.png similarity index 100% rename from src/py3.x/tensorflow2.x/Emotion_loss.png rename to src/py3.x/tensorflow2.x/Emotion/Emotion_loss.png diff --git a/src/py3.x/tensorflow2.x/config.py b/src/py3.x/tensorflow2.x/config.py index 7a7322f0..5f03420a 100644 --- a/src/py3.x/tensorflow2.x/config.py +++ b/src/py3.x/tensorflow2.x/config.py @@ -8,10 +8,10 @@ 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' - word_index = 'word_index.pkl' + data_file = 'Emotion/EmotionData.xlsx' + model_file = 'Emotion/EmotionModel.h5' + vocab_list = 'Emotion/vocal_list.pkl' + word_index = 'Emotion/word_index.pkl' # 根据前六个字预测第七个字 max_len = 6 batch_size = 512