Cifar Cnn

Cifar Cnn

A simple CNN for training on the cifar-10 dataset. This model is small enough that a couple epochs of training takes a reasonably short amount of time, even when snooping memory.

Launcher Docs:

Workload object for the Keras Cifar10 cnn. Build type using keyword constructors.

Fields

  • args :: NamedTuple - Arguments to pass to the startup script (see docs). Default: NamedTuple()
  • interactive :: Bool - If set to true, the container will launch into /bin/bash instead of Python. Used for debugging the container. Default: false.
source