-
- Downloads
Added support from the MNIST dataset
Also added a simple network model for MNIST, under distiller/models/mnist.
Showing
- distiller/apputils/data_loaders.py 55 additions, 10 deletionsdistiller/apputils/data_loaders.py
- distiller/models/__init__.py 18 additions, 7 deletionsdistiller/models/__init__.py
- distiller/models/mnist/__init__.py 19 additions, 0 deletionsdistiller/models/mnist/__init__.py
- distiller/models/mnist/simplenet_mnist.py 49 additions, 0 deletionsdistiller/models/mnist/simplenet_mnist.py
- examples/classifier_compression/compress_classifier.py 2 additions, 2 deletionsexamples/classifier_compression/compress_classifier.py
Loading
Please register or sign in to comment