Skip to content

Commit 0fb04f9

Browse files
committed
fix br tags in readme
1 parent 91ccf33 commit 0fb04f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
This Python application uses Norse as its SNN inference engine and Tonic as the data loader. The GUI is created in CustomTkinter.
2020

2121
The Live Event Camera Simulator is a custom tool based on ICNS IEBCS that does not require CUDA to run unlike other available similar tools.
22-
<br>
2322

23+
<br>
2424

2525
## Using NeuroBCDA
2626

@@ -29,13 +29,15 @@ To use this software you must use **Python version 3.8+** and have **PyTorch ver
2929
It is best to use <a href="https://docs.anaconda.com/anaconda/install/" title="Anaconda">Anaconda</a> or <a href="https://docs.conda.io/en/latest/miniconda.html" title="Miniconda">Miniconda</a> but you can try installing the Python packages without it.
3030

3131
Pick your OS below and follow the steps that will enable you to use NeuroBCDA programs.
32+
3233
<br>
3334

3435
### Download the SNN Model first
3536

3637
Replace the file in `programs/ml-models/snn-birds-empty-model.pth.txt` with a proper model `snn-birds-model.pth` downloaded from here: https://huggingface.co/neuromorphicism/snn-birds-model-v1/tree/main
3738

3839
This `ml-models` directory should only contain: `programs/ml-models/snn-birds-model.pth`
40+
3941
<br>
4042

4143
### Linux

0 commit comments

Comments
 (0)