/tensorflow-quantization-example

TensorFlow Quantization Example, for TensorFlow Lite

Primary LanguagePythonMIT LicenseMIT

TensorFlow Quantization Example

Build Status

TensorFlow Quantization Example, for TensorFlow Lite

(There are still problems and we are looking for a solution.)

Steps

Same as the steps in the configuration file:

language: python

python:
    - '3.6'

install:
    - pip install -r requirements.txt

script:
    - python train.py
    - python test.py
    - sh ./freeze.sh
    - sh ./quantization.sh
    - python ./load_tflite.py