Note that all the scripts and configuration files in the `scripts/` folder were used in our experiments.
### Run the Readout only
The Readout module provides the Python package `spiking_readout` that can be easily employed for training a single-layer SNN on a specified dataset.
The Readout module provides the Python package `spiking_readout` that can be easily employed for training a single-layer fully-connected SNN on a specified dataset or input features.
This script loads the MNIST dataset (see [here](https://pypi.org/project/python-mnist/)) and converts it to the Readout input format, which uses `SpikingDataset` objects:
```python
...
...
@@ -148,7 +153,7 @@ Some naming conventions used in the code differ from the ones used in the paper:
## Known bugs
- Depending on your machine, results on CIFAR10 can slightly differ (not a significative difference though). It comes from the download/conversion process in `datasets/get_cifar10.py`.
- Depending on your machine, results on CIFAR-10 can slightly differ (not a significative difference though). It comes from the download/conversion process in `datasets/get_cifar10.py`.