From 31db043e719dfb771cf1f7dbb4ec3304cfcaf877 Mon Sep 17 00:00:00 2001 From: Hammouda Elbez <hammouda.elbez@univ-lille.fr> Date: Mon, 21 Nov 2022 11:13:24 +0100 Subject: [PATCH] SpiNNaker: ReadMe updated --- SpiNNaker/README.MD | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/SpiNNaker/README.MD b/SpiNNaker/README.MD index 4635569..5cd2309 100644 --- a/SpiNNaker/README.MD +++ b/SpiNNaker/README.MD @@ -1,14 +1,18 @@ -## Files: -You can change and use the file names as you prefer. As an example, here we did it as below: - -Network: Input(784)*FC1(400)*FC2(1600) - - weights_fc1_X.Y: - Weight-Files from Input_layer to FC1 layer - weights_fc2_X.Y: - Weight-Files from FC1 to FC2 layer - - X: baseline, compressed - Y: - nothing: binary file from SCNN - txt: generated connection file for spynnaker (PyNN for SpiNNaker) +## Files naming +In order to properly use the provided scripts, make sure to rename the binary weights extracted from the csnn-simulator as follows: + +As an example, we have the next architecture with MNIST dataset: + +`Input(784) x Fc1(400) x Fc2(1600)` + + + weights_fc1_X: + Weights between Input and Fc1 layer + weights_fc2_X: + Weights between Fc1 and Fc2 layer + + X = type of network [baseline or compressed] + +>`binary file` : are from the csnn-simulator (Weight Extractor), which <span style="color:red;">needs to be renamed by the user</span> + +>`.txt file` : represents the generated connections file for Spynnaker \ No newline at end of file -- GitLab