Norse Server¶
Norse aims to exploit the advantages of bio-inspired neural components, which are sparse and event-driven - a fundamental difference from artificial neural networks. Norse expands PyTorch with primitives for bio-inspired neural components, bringing you two advantages: a modern and proven infrastructure based on PyTorch and deep learning-compatible spiking neural network components.
See also
Read the full installation guide of Norse here.
The API Server for Norse Simulator is referred to as Norse Server.
Note
Before you start norse-server, you are able to set these environment variables in bash:
export NEST_SERVER_DISABLE_RESTRICTION=1
Conda¶
Activate the Mamba environment norse:
mamba create -n norse norseInstall Norse Server:
python3 -m pip install norse-server@git+https://github.com/babsey/norse-serverStart Norse Server as the backend:
norse-server start
Norse Server is now running at http://localhost:11428.
Info
Disable restriction
mamba activate norse
mamba env config vars set NORSE_SERVER_DISABLE_RESTRICTION=1
