1

我正在尝试在 python 中使用 kaldi_io 读取 scp 文件:

mypath = r"/Users/Anas/Desktop/Parcours Centrale Lille/G3/Projet d'intégration/Toolbox/LibriSpeech_dev_clean_mfcc/raw_mfcc_dev_clean.1.scp"

for key,vec in kaldi_io.read_vec_flt_scp(mypath):
    print("mfcc of id ",key,"is equal to ",vec)

我收到此错误:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 76: invalid continuation byte

我不知道如何解决这个问题

4

0 回答 0