RuntimeError: Parameter not found
Created by: ymzlygw
当我使用deepvoice3 + waveflow 合成语音的时候出现下面这个错误:
RuntimeError: Parameter not found, Can't not find [ char_embedding.weight ] in stat_dictuse_structured_name is set to [True]
命令行使用的是说明给的代码:python synthesize.py \
--config configs/ljspeech.yaml
--input sentences.txt
--output outputs//
--checkpoint pre_model/step-1560000 \
--monotonic_layers "5,6"
--vocoder waveflow
为什么会报错呢?