Skip to content
Snippets Groups Projects
Commit 05f37dd3 authored by Gaspard Goupy's avatar Gaspard Goupy
Browse files

Update README

parent a3dc399c
Branches
No related tags found
No related merge requests found
...@@ -87,9 +87,9 @@ python3 run.py <INPUT_DIR> <OUTPUT_DIR> <CONFIG_CSNN> <CONFIG_READOUT> [--seed=0 ...@@ -87,9 +87,9 @@ python3 run.py <INPUT_DIR> <OUTPUT_DIR> <CONFIG_CSNN> <CONFIG_READOUT> [--seed=0
``` ```
The configuration files are in JSON format. Examples are provided in `scripts/config/`. The configuration files are in JSON format. Examples are provided in `scripts/config/`.
For example, to train and test the SNN on MNIST: For example, to train the SNN on MNIST with `S2-STDP+PCN`:
``` ```
python3 run.py ../datasets/mnist/with-val/ logs/mnist/example/ config/MNIST/csnn-3/csnn.json config/MNIST/csnn-3/sstdp.json python3 run.py ../datasets/mnist/with-val/ logs/mnist/example/ config/MNIST/csnn-128/csnn.json config/MNIST/csnn-128/pcn-s2stdp.json
``` ```
### Run the Readout only ### Run the Readout only
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment