jeshraghian / snntorch

Deep and online learning with spiking neural networks in Python
https://snntorch.readthedocs.io/en/latest/
MIT License
1.35k stars 222 forks source link

feat(neuron, synaptic): add missing args in example #222

Closed gianfa closed 1 year ago

gianfa commented 1 year ago

The example was not running because missing some args (num_inputs, num_hidden, num_outputs); thus here I just add them.