fangwei123456 / spikingjelly

SpikingJelly is an open-source deep learning framework for Spiking Neural Network (SNN) based on PyTorch.
https://spikingjelly.readthedocs.io
Other
1.32k stars 237 forks source link

Error speech commands dataet [download_url] #472

Closed AArriandiaga closed 10 months ago

AArriandiaga commented 10 months ago

Issue type

SpikingJelly version

0.0.0.0.15

Description

Hi! First of all, thank you for the library and all the work you have done. I found an error importing 'download_url' from 'torchaudio.datasets.utils' in spikingjelly/datasets/speechcommands.py", line 9. It seems that they removed torchaudio.datasets.utils.download_url in v0.12

Minimal code to reproduce the error/bug Run speechcommands.py code example.

fangwei123456 commented 10 months ago

Thanks for your report. I will fix it.

fangwei123456 commented 10 months ago

Hi, you can update the repo by git pull and try again.