Closed xjtulyc closed 1 year ago
For an immediate fix, update your version of PyTorch to PyTorch>=1.13
.
I'll try to have an alternative fix that enables compatibility with older versions shortly.
For an immediate fix, update your version of PyTorch to
PyTorch>=1.13
.I'll try to have an alternative fix that enables compatibility with older versions shortly.
Thank you very much for your quick reply.
Fixed in snntorch==0.6.2
onwards.
You do not need to update PyTorch if you update snnTorch.
See #200 for more details.
Description
When I tried to run
snntorch/examples/tutorial_7_neuromorphic_datasets.ipynb
, I got an error training the neural networkHow can I solve this problem?