kaituoxu / Speech-Transformer

A PyTorch implementation of Speech Transformer, an End-to-End ASR with Transformer network on Mandarin Chinese.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: unrecognized arguments: --continue_from

baozixifan opened this issue · comments

当我第一次训练模型时,在train.log中报错,此时我并没有训练好的模型,无法导入继续训练,此时continue_from=""为默认值,空值。
error: unrecognized arguments: --continue_from

根据源码,对shell命令进行微调,解决了这个问题。