Results 6 comments of DCNemesis

Despite the comments that this has been fixed, I am finding the exact same problem is occurring again (with datasets version 2.3.2)

> Despite the comments that this has been fixed, I am finding the exact same problem is occurring again (with datasets version 2.3.2) It appears downgrading to torchaudio 0.11.0 fixed...

@patrickvonplaten @lhoestq @polinaeterna I was unable to load audio from Common Voice using 🤗 with the current version of torchaudio, but downgrading to torchaudio 0.11.0 fixed it. This is probably...

@polinaeterna I believe it is the same exact error as above. It occurs on other .mp3 sources as well, but the problem is with torchaudio > 0.11.0. I've created a...

I'm also looking to do this. I see there are batch methods, but the prep steps are not clear.

@jaketalyor32325 I was able to comment out `dist_util.sync_params(self.model.parameters())` from `train_util.py` and get the training to run. I assume the parameters really only need to be sync'd across multiple-gpus.