facebookresearch / textlesslib

Library for Textless Spoken Language Processing
MIT License
528 stars 50 forks source link

download_url still used despite deprication in latest torchaudio release #22

Open DinoMan opened 1 year ago

DinoMan commented 1 year ago

The latest torchaudio has deprecated the 'download_url' method and removed it from torchaudio.datasets.utils. According to https://github.com/pytorch/audio/issues/1883 it should be replaced with with torch.hub.download_url_to_file and torchaudio.datasets.utils.validate_file.