LAMDA-SSL icon indicating copy to clipboard operation
LAMDA-SSL copied to clipboard

Pi Model for MNIST

Open kinto-b opened this issue 2 years ago • 0 comments

The lack of colour channels in MNIST (and MNIST-like) datasets means we get errors. It looks like the network implementations aren't set up to handle single channel inputs? Could you parameterise them so that they can be used for MNIST? It would be ideal to just write:

# This:
model = PiModel(channels=1)

# Or this
model = PiModel(shape=(28,28,1))

kinto-b avatar Sep 28 '23 01:09 kinto-b