Zhongyang-debug / Attention-Is-All-You-Need-In-Speech-Separation

Speech Separation
51 stars 10 forks source link
pytorch

Attention-Is-All-You-Need-In-Speech-Separation

Attention Is All You Need In Speech Separation

论文下载地址:https://arxiv.org/abs/2010.13154

第一步,运行 perprocess.py 读取数据地址; ./config/train/train.json 设置参数;

第二步,训练模型,运行 train.py ;

第三步,测试分数,运行 evaluate.py;

第四步,分离语音,运行 separate.py。