NeuromorphicProcessorProject / snn_toolbox

Toolbox for converting analog to spiking neural networks (ANN to SNN), and running them in a spiking neuron simulator.
MIT License
360 stars 104 forks source link

AveragePooling2D.__init__() missing 1 required positional argument: 'pool_size' #145

Closed bjourne closed 3 weeks ago

bjourne commented 3 weeks ago

The mnist_keras_nest.py produces this error. I guess pool_size=2 should be given as argument.

rbodo commented 3 weeks ago

Hi bjourne,

The toolbox hasn't been actively maintained for some time now and is likely not compatible with newer dependency versions.

An old list of dependencies can be found here. Versions up until at least 2021 should also still work.

bjourne commented 3 weeks ago

Thanks for the reply. I didn't know the software was unmaintained. Perhaps it should be mentioned.