Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 404 Bytes

Transformer的pytorch实现

文件对应的程序:

  • Transformer.py ---> Transformer结构的整体实现
  • util.py ---> 读取数据
  • train.py ---> 训练和测试程序
  • main.ipynb ---> 执行函数
  • fra.txt ---> 数据

执行程序时,直接打开main.ipynb就行

针对程序的详细介绍,请转至简书

torch版本: 1.1.0

python版本: 3.7.0