Rajaram

Results 3 comments of Rajaram

the opts.py is not in the same folder as train.py. the opts.py is [here](https://github.com/MedChaabane/DEFT/blob/main/src/lib/opts.py). Try importing that directory using `sys.path.append(os.path.abspath('lib/'))` before importing opts and see if that works.

I did a couple of things. - Changed the memory limit for the docker to 8GB - used a different [audio file](https://www2.cs.uic.edu/~i101/SoundFiles/preamble10.wav) I got the result: `WE THE PEOPLE OF...

> https://github.com/pytorch/fairseq/issues/2651#issuecomment-719894563 I followed this comment for reference.