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.