Skip to content
Snippets Groups Projects
Commit 78a5b727 authored by Hammouda Elbez's avatar Hammouda Elbez :computer:
Browse files

ReadMe updated with Norse instructions

parent 2c659038
No related branches found
No related tags found
No related merge requests found
matplotlib
norse
\ No newline at end of file
......@@ -36,6 +36,16 @@ For example: to run MNIST simulation without compression and reinforcement:
In the `apps` folder, you will find the source code for each simulation, where you can change the architecture and the network parameters or activate the [layerwise compression](https://gitlab.univ-lille.fr/hammouda.elbez/progressive-layer-based-compression-for-convolutional-spiking-neural-network/-/blob/main/CSNN-Simulator/apps/Mnist.cpp#L21).
### How to use Norse
First, install the required libraries:
python install -r requirements.txt
To run a simulation:
python [name_dataset].py
Each file runs each configuration ten times. You can change the parameters at the beginning of each file.
## Going from CSNN to SpiNNaker
First, run the simulation of the two dense layers using CSNN:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment