alex-berard / seq2seq

Attention-based sequence to sequence learning
Apache License 2.0
388 stars 122 forks source link

Multi Task Recipe for Libirspeech #27

Closed adarshjaju closed 5 years ago

adarshjaju commented 5 years ago

I want to know, is the encoder shared between ASR and AST task and decoder shared between MT and AST task when we run the LibriSpeech Multitask recipe. Or the ASR, AST and MT tasks use different encoders and decoders and update the parameters turn by turn.