Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 618 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 618 Bytes

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