norse.task.mnist_pl

norse.task.mnist_pl#

In this task, we train a spiking convolutional network to learn the MNIST digit recognition task.

This version uses the PyTorch Lightning library to reduce the amount of boilerplate code around logging, checkpointing, training, etc.

Functions

main(args)

Classes

LIFConvNet(input_features, seq_length, ...)