Coder Social home page Coder Social logo

muppet's Introduction

Multi-Precision Policy Enforced Training (MuPPET)

This is the open-sourced implementation of multi-precision training connected to the paper "Multi-Precision Policy Enforced Training (MuPPET): A precision-switching strategy for quantised fixed-point training of CNNs" that was published in ICML 2020. If you reference this work in a publication, we would appreciate you using the following citation:

@misc{rajagopal2020multiprecision,
      title={Multi-Precision Policy Enforced Training (MuPPET): A precision-switching strategy for quantised fixed-point training of CNNs}, 
      author={Aditya Rajagopal and Diederik Adriaan Vink and Stylianos I. Venieris and Christos-Savvas Bouganis},
      year={2020},
      eprint={2006.09049},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

Checkout https://www.imperial.ac.uk/intelligent-digital-systems to see other publications by the Intelligent Digital Systems Lab at Imperial College London.

Installation

git clone https://github.com/ICIdsl/pytorch_training.git
cd pytorch_training
git submodule update --init src/muppet 

The following section defines MuPPET specific config file parameters. config.ini

MuPPET_Hyperparameters

  • Run_Muppet : If False, all following parameters are ignored and regular training is performed
  • Bit_Width : Bitwidth at which MuPPET training begins. If FP32, set to -1
  • Data_Type : One of "DFixed" or "Float". Has to match Bit_Width specified
  • Round_Meth : One of "Simple" or "Stochastic"
  • Policy_Resolution : Refer to resolution hyperparameter in associated paper
  • Policy_Patience : Refer to patience hyperparameter in associated paper
  • Fp32_Epochs_Per_Lr : Number of epochs run at each learning rate once in FP32 training
  • Prec_Schedule : Precisions to change into at each switch. First precision must match with the value for Bit_Width

muppet's People

Contributors

adityarajagopal avatar diederikvink avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

4knahs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.