Skip to content

tutorials-with-ci/tensorflow-quantization-example

Repository files navigation

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

About

TensorFlow Quantization Example, for TensorFlow Lite

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published