Inactive?
#1
by
chrisspen
- opened
Is this model still supported? The speechbrain.inference.ASR
module no longer exists.
It appears to have been moved to speechbrain.pretrained.interfaces
. However, even updating that and then running:
EncoderASR.from_hparams(source="speechbrain/asr-wav2vec2-commonvoice-14-en", savedir="pretrained_models/asr-wav2vec2-commonvoice-14-en")
throws:
ImportError: There is no such class as speechbrain.lobes.models.huggingface_transformers.wav2vec2.Wav2Vec2
I'm guessing this model was written for an outdated version of speechbrain and is effectively dead? Or is there someway to update it?
Hello, SpeechBrain is on the verge of turning into SpeechBrain v1.0 (not beta anymore) this model has already been converted, but the code isn't in the master branch of Git Hub yet. Please have a look at the issue that you opened and you will find the answer on how to use it :-) It should all be fixed during the coming week though.
You can also just revert to SB 0.5.16 instead if you don't want to wait :-)