download_url still used despite deprication in latest torchaudio release
DinoMan opened this issue · 0 comments
DinoMan commented
The latest torchaudio has deprecated the 'download_url' method and removed it from torchaudio.datasets.utils. According to pytorch/audio#1883 it should be replaced with with torch.hub.download_url_to_file
and torchaudio.datasets.utils.validate_file.