From c9ea36b2777223875f13528fa103b7d09e7bc003 Mon Sep 17 00:00:00 2001 From: Mazdak Fatahi <mazdak.fatahi@univ-lille.fr> Date: Sat, 19 Nov 2022 12:29:13 +0100 Subject: [PATCH] Update SpiNNaker/README.MD --- SpiNNaker/README.MD | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/SpiNNaker/README.MD b/SpiNNaker/README.MD index 8b13789..c0a1148 100644 --- a/SpiNNaker/README.MD +++ b/SpiNNaker/README.MD @@ -1 +1,13 @@ +## 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: + 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) -- GitLab