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

The CIFAR10DVS dataset could not be downloaded, prompting HTTPError: HTTPError 403: Forbidden #548

Closed annosoo closed 4 months ago

annosoo commented 4 months ago

Issue type

SpikingJelly version

0.0.0.0.14

Description HTTPError: HTTP Error 403: Forbidden ...

Minimal code to reproduce the error/bug

import spikingjelly
dataset_dvs = spikingjelly.datasets.cifar10_dvs.CIFAR10DVS(root='./')