- python:Python3.5
- cuda:cuda-9.2
- tensorflow:tensorflow_gpu-1.12.0
- torch:torch-1.3.1+cu92
- 显卡要求:tesla v100 32G
dataSet # 存放初赛和复赛数据集
Emotion_Model # 情感模型
Entity_Model # 实体模型
PreTrainModel # 预训练模型
MethodOne # 复现方案一
MethodTwo # 复现方案二-最终方案