FBK-Fairseq-ST
FBK-Fairseq-ST copied to clipboard
An adaptation of Fairseq to (End-to-end) speech translation.
Hi, thank you for providing the repository. Could you please guide me, how should I prepare my dataset, so that I can run the experiment? Current dataset structure is as...
Hello @mattiadg When I don't use the `--distance-penalty` flag I get the following error: ``` File "~/FBK-Fairseq-ST/fairseq/models/s_transformer.py", line 472, in __init__ init_variance=(args.init_variance if args.distance_penalty == 'gauss' else None) TypeError: __init__()...
Running the command provided in the readme to reproduce the results on MuST-C of the paper "Adapting Transformer to End-to-End Spoken Language Translation" results in the following error: ``` |...
@mattiadg I'm currently training on a very very large dataset with 4 GPUs and I get a CUDA out of memory error after the completion of 1 training epoch. After...