Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeBellec authored Nov 25, 2021
1 parent 2134239 commit 5242e34
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Once a model is trained, one can use `forcast.py` to simulate spike train samples.

0 comments on commit 5242e34

Please sign in to comment.