facebookresearch / fairseq

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

S2T using Hydra #3746

Open gegallego opened 2 years ago

gegallego commented 2 years ago

🚀 Feature Request

Update speech_to_text to use Hydra.

Motivation

Fairseq's trend is to gradually migrate to Hydra.

Additional context

I already did a PR, but it was closed because of inactivity 😕

gegallego commented 2 years ago

Hi @kahne, do you have plans to migrate S2T to Hydra eventually?