You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Hello,
I am new to fairseq. I am trying to use the fairseq-train method to finetune the Wav2Vec2 model. When I run :
$ fairseq-hydra-train
distributed_training.distributed_port=$PORT
task.data=/path/to/data
model.w2v_path=/path/to/model.pt
--config-dir /path/to/fairseq-py/examples/wav2vec/config/finetuning
--config-name base_100h
An error occurs due to None type target dictionary while building the w2v model. How Should I pass the dictionary parameter?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am new to fairseq. I am trying to use the fairseq-train method to finetune the Wav2Vec2 model. When I run :
$ fairseq-hydra-train
distributed_training.distributed_port=$PORT
task.data=/path/to/data
model.w2v_path=/path/to/model.pt
--config-dir /path/to/fairseq-py/examples/wav2vec/config/finetuning
--config-name base_100h
An error occurs due to None type target dictionary while building the w2v model. How Should I pass the dictionary parameter?
The text was updated successfully, but these errors were encountered: