From 5242e34d235e6f30cf8204079956d30093ffe6c6 Mon Sep 17 00:00:00 2001 From: Guillaume Bellec Date: Thu, 25 Nov 2021 17:37:46 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c61fb1a..ef95ed9 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,17 @@ Accepted for publication at the NeurIPS conference 2021 ## Environment -`conda create -n rsnn_SM python=3.8` -`conda activate rsnn_SM` -`pip install -r requirements.txt` +``` +conda create -n rsnn_SM python=3.8 +conda activate rsnn_SM +pip install -r requirements.txt +``` ## Execution example -`python train.py --SEED=0 --ground_truth=no --GPU=yes --maxiter=800` +``` +python train.py --SEED=0 --ground_truth=no --GPU=yes --maxiter=800 +``` `src.parser.py` specifies arguments used in the experiment. @@ -45,4 +49,4 @@ Once a different video or CNN is used, one have to specify the `input_latent_siz #### Forcasting -Once a model is trained, one can use `forcast.py` to simulate spike train samples. \ No newline at end of file +Once a model is trained, one can use `forcast.py` to simulate spike train samples.