Kyoto-University-Speech-and-Audio / feng-asr-ser

9 stars 6 forks source link

No such file or directory: '../data/IEMOCAP_ASR/Ses01F_impro01_F000.htk' #1

Open FriedaSmith opened 3 years ago

FriedaSmith commented 3 years ago

I didn't find the code to generate .htk. Can you provide the code? And can you explain the steps to run the repo?

Traceback (most recent call last):
  File "/media/other/Code/SER/feng-asr-ser/preprocess/scripts_total.py", line 104, in <module>
    cpudat = load_dat(position)
  File "/media/other/Code/SER/feng-asr-ser/utils.py", line 30, in load_dat
    fh = open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: '../data/IEMOCAP_ASR/Ses01F_impro01_F000.htk'
fenghan96 commented 3 years ago

You could use HTK toolkit to make your own htk file. Then use train.sh to train the model.

wenku1992abc commented 3 years ago

You could use HTK toolkit to make your own htk file. Then use train.sh to train the model.

how to use HTK to generate my own htk file? @fenghan96