Skip to content

Commit

Permalink
修改情感代码的数据路径,Emotion
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhonglian committed Dec 13, 2019
1 parent c2dee93 commit 9d74dba
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions src/py3.x/tensorflow2.x/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d74dba

Please sign in to comment.