kaituoxu / Speech-Transformer

A PyTorch implementation of Speech Transformer, an End-to-End ASR with Transformer network on Mandarin Chinese.
768 stars 195 forks source link

continue_from设置 #29

Closed xiaozhi1571 closed 4 years ago

xiaozhi1571 commented 4 years ago

您好,我想在跑了2个epoch后保存的模型final.pth.tar上继续训练,continue_from应该如何设置呢?

kaituoxu commented 4 years ago

设为final.pth.tar的路径就行

xiaozhi1571 commented 4 years ago

final.pth.tar的路径就行

我设置成绝对路径会报错哎error: unrecognized arguments...还是要设置成相对谁的路径?