Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 333 Bytes

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