Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 665 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 665 Bytes

CNN Quantisation Tutorial

This is a repository for CNN quantisation tutorials.

Pre-requisites

Tutorials are created by Python and Jupyter Notebook. Please make sure you have the following packages installed.

  1. Python (2 & 3 are both OK)
  2. pip
  3. virtualenv

Install

You can install directly by pip and virtualenv

virtualenv venv

# for Linux and OS X, other platforms please check the official website
source venv/bin/activate

jupyter notebook

You can then access http://localhost:8888 in your browser for the tutorial.

The tutorial notebook at the moment is tutorial.ipynb and the solution is tutorial_solution.ipynb.