loretoparisi / wave2vec-recognize-docker

Wave2vec 2.0 Recognize pipeline
MIT License
33 stars 10 forks source link

Modified Dockerfile and recognize.py to work with Wave2vec 2.0 #4

Closed raja1196 closed 3 years ago

raja1196 commented 3 years ago

Changed the wav2vec.Dockerfile to make it work with the current wave2vec 2.0 and the updated fairseq repository. Added the base_architecture definition locally to recognize.py as it was no longer available in fairseq Wav2vec models (https://github.com/pytorch/fairseq/blob/master/fairseq/models/wav2vec/wav2vec2_asr.py).

loretoparisi commented 3 years ago

Thank you