FrancoisGrondin / BIRD

Big Impulse Response Dataset
GNU General Public License v3.0
135 stars 15 forks source link

Torchaudio download utility #3

Open desh2608 opened 1 year ago

desh2608 commented 1 year ago

Torchaudio deprecated its file download utility, and removed it in Torch 2.0. This causes the data download to fail. It should be replaced with torch.hub.download_url_to_file.

FrancoisGrondin commented 11 months ago

Thanks for the heads-up. I haven't played with Torch 2.0 yet. I suppose we can have a condition to select the proper download tool depending on the installed version? Have you made this change to the code yourself for your own projects? If so, feel free to make a pull request.