NeuromorphicProcessorProject / snntoolbox_applications

Collection of Spiking Neural Network applications for SNN Toolbox.
MIT License
30 stars 14 forks source link

Missing modules #2

Open martijnvwezel opened 4 years ago

martijnvwezel commented 4 years ago

Could you provide information about the scripts library in python. Somehow I cannot find it or install the package.

ModuleNotFoundError: No module named 'scripts.ann_architectures'

rbodo commented 4 years ago

The scripts module is no longer part of this repo. I am sorry about the poor refactoring (this repo is not actively maintained at the moment).

If you let me know which module / function you want to use from scripts.ann_architectures, I should be able to provide the code.

martijnvwezel commented 4 years ago

Is it a private repo ?

rbodo commented 4 years ago

Yes

rbodo commented 4 years ago

The scripts package used to be part of the main snntoolbox repo, so you should even be able to reconstruct whatever you need from the git history. :-)