Adventures In TensorFlow Lite Versions Save

This repository contains notebooks that show the usage of TensorFlow Lite for quantizing deep neural networks.

v0.4.0

3 years ago

This release contains TF Lite models that are based on an InceptionV3 backbone producing higher quality images. The higher quality comes at the expense of increased latency, though. A brief overview of the structure of the models is available here.

The checkpoints were obtained using the code that comes from Magenta's arbitrary image stylization work.

Note: These TF Lite models are populated with required metadata that would make it super easy to import them in Android Studio. Know more about metadata generation for TF Lite models from here.

v0.3.0

3 years ago

Contains float16 and int8 quantized TFLite models converted from mobilenetv2_dm05_coco_voc_trainval and mobilenetv2_coco_voctrainval checkpoints gathered from https://github.com/tensorflow/models/blob/master/research/deeplab/g3doc/model_zoo.md. The original model was trained on the PASCAL VOC 2012 dataset.

v0.2.0

3 years ago

Contains the onnx model files frozen inference graphs, TF Lite model files of the TUNIT model. Main GitHub repository: https://github.com/clovaai/tunit. The original model files are in PyTorch.

animalFaces10_1_00.zip has been taken from here.

v0.1.0

3 years ago

Contains TFLite models converted from the checkpoints gathered from https://github.com/tensorflow/models/blob/master/research/deeplab/g3doc/model_zoo.md. Models cover the following datasets:

  • PASCAL VOC 2012
  • CityScapes
  • ADE20k

All of these models are also available on TensorFlow Hub: https://tfhub.dev/s?publisher=sayakpaul.