facebookresearch / fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
MIT License
30.22k stars 6.38k forks source link

convert_wav2vec2 to pytorch #5411

Open elisonlau opened 9 months ago

elisonlau commented 9 months ago

HI @patrickvonplaten.

I have suffered a little of problem when I want to use your convert_wav2vec2_original_pytorch_checkpoint_to_pytorch.py,but missing config.json

I use the command line --- fairseq_cli/hydra_train.py \ --- to do a fine-tune model, but this wouldn't to generate config.json. is it right? -- So how can I do to get this config.json file

Thanks and Looking forward reply