Skip to content

This repository contains the code for our recent paper `Minimal Random Code Learning: Getting Bits Back from Compressed Model Parameters'

License

Notifications You must be signed in to change notification settings

cambridge-mlg/miracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIRACLE

This repository contains the code for our recent paper `Minimal Random Code Learning: Getting Bits Back from Compressed Model Parameters' (https://arxiv.org/abs/1810.00440). This is the implementation of MIRACLE for LeNet-5 on MNIST and VGG-16 on CIFAR-10. It is based on Tensorflow (1.3).

An example model can be trained by running

	python main.py

We used Deep Compression, Weightless Encoding and Bayesian Compression as baselines.

The Compression-Error rate exchange is shown below. Lower left is better.

LeNet-5 on MNIST

LENET5 on MNIST

VGG-16 on CIFAR-10

VGG16 on CIFAR10

About

This repository contains the code for our recent paper `Minimal Random Code Learning: Getting Bits Back from Compressed Model Parameters'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages