approx-ml / approx

Automatic quantization library
https://approx-ml.github.io/approx/
Apache License 2.0
11 stars 1 forks source link
deep-learning machine-learning neural-network python tensor

--- Docs [![PyPI python](https://img.shields.io/pypi/pyversions/approxlib)](https://pypi.org/project/approxlib) [![PyPI version](https://badge.fury.io/py/approxlib.svg)](https://pypi.org/project/approxlib) [![Downloads](https://static.pepy.tech/badge/approxlib)](https://pepy.tech/project/approxlib) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENCE) [![tests](https://github.com/approx-ml/approx/actions/workflows/ci.yml/badge.svg)](https://github.com/kornia/kornia/actions/workflows/tests_cpu.yml) [![Documentation Status](https://github.com/approx-ml/approx/actions/workflows/docs.yml/badge.svg)](https://approx-ml.github.io/approx/) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/approx-ml/approx/main.svg)](https://results.pre-commit.ci/latest/github/approx-ml/approx/main)

Installation

pip install approxlib

Examples

Notebook Description Link
mnist_torch Comparing before and after automatic quantization of a trained model on MNIST written in PyTorch.