asv-subtools
asv-subtools copied to clipboard
subtools/pytorch/pipeline/export_jit_model.sh 导出模型报错
使用export_jit_model导出训练好的模型时候报错,有人碰到过吗
RuntimeError: Module 'Xvector' has no attribute 'embd_dim' : File "/work/kaldi/egs/xmuspeech/sre/exp/standard_voxceleb1/config/snowdar_xvector.py", line 337
需要添加这个变量的命名,具体可以查看下ecapa_tdnn.py的写法。
感谢回答,已解决