deeplearner01
deeplearner01
Hi, I use Espnet to read wav2vec2 pre-trained model which is downloaded from https://dl.fbaipublicfiles.com/fairseq/wav2vec/wav2vec_small.pt For reading the wav2vec2 pre-trained model, I used the scripts in espnet-master/egs2/librispeech/asr1/run.sh and espnet-master/egs2/librispeech/asr1/asr.sh However, when...
Hi, When running the script prepare-librispeech.sh in $fairseq_root/examples/speech_recognition/datasets/prepare-librispeech.sh I got this error: "generated an exception: 'AudioMetaData' object is not iterable" This error originates from the preparation of train and test...