mt-upc / iwslt-2021

Systems submitted to IWSLT 2021 by the MT-UPC group.
MIT License
14 stars 4 forks source link

ModuleNotFoundError: No module named 'augment' #5

Closed Talgin closed 1 year ago

Talgin commented 1 year ago

Hello!

I'm facing this issue while running LNA-ED training command:

CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 fairseq-hydra-train --config-dir ${IWSLT_ROOT}/config/ --config-name lna_ed.yaml

Would appreciate any help. Thanks!

gegallego commented 1 year ago

Hi @Talgin,

Thank you for using our code. Can you provide the whole error message? Have you installed wavaugment, as specified in environment.yml.

Best, Gerard

Talgin commented 1 year ago

Hi @gegallego,

Sorry, my bad, I had problems with setting up the environment, so I think I missed this part. Installation of WavAugment solved the issue.

Thank you!