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

ModuleNotFoundError When Running Example #100

Closed mc25573 closed 3 years ago

mc25573 commented 3 years ago

I pip installed snn_toolbox to a conda environment and then ran the mnist_keras_loihi example. I got an error on the final line, main(config_filepath), that says, 'ModuleNotFoundError: No module named 'nxsdk_modules_ncl.' I tried to just pip install that module, but it says there's not a module with that name.

Any suggestions?

Thanks!

rbodo commented 3 years ago

Hi, this module is located here: https://github.com/intel-nrc-ecosystem/models

mc25573 commented 3 years ago

Hi, this module is located here: https://github.com/intel-nrc-ecosystem/models

Appreciate it. Do you know how to install it? There doesn't seem to be a setup.py, nor any instructions provided.

rbodo commented 3 years ago

Download or clone the repo, then add it to your PYTHONPATH so the import can find it.