From 05f37dd3484224377246500ad7c0dd692220ab84 Mon Sep 17 00:00:00 2001
From: Gaspard Goupy <gaspard.goupy@univ-lille.fr>
Date: Thu, 20 Jul 2023 15:56:39 +0200
Subject: [PATCH] Update README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a77e7ad..53a9ad3 100644
--- a/README.md
+++ b/README.md
@@ -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/`.
 
-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
-- 
GitLab