cschoeller / simulated_quantization

Numpy Implementation of Quantization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quantization Example

This repo contains an example for how to implement symmetric static post-training quantization in pure numpy. For simplicity we only use a network of multiple dense layers without activations. It is based on this tutorial video.

About

Numpy Implementation of Quantization

License:MIT License


Languages

Language:Python 100.0%