提交 9d74dba5 编写于 作者: 片刻小哥哥's avatar 片刻小哥哥

修改情感代码的数据路径,Emotion

上级 c2dee93b
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册