anasgit / tf_model_quant

Model quantization using TFLite example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tf_model_quant

Model quantization using TFLite example. See the documentation for more information:

Installation

  1. Create a conda virtual environment:

    1.1 conda create --name test_env

    1.2 conda activate test_env

    1.3 conda install python==3.7.6

  2. Install dependencies: pip install -r requirements.txt

About

Model quantization using TFLite example


Languages

Language:Jupyter Notebook 100.0%