TensorFlow Quantization Example, for TensorFlow Lite
(There are still problems and we are looking for a solution.)
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