Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 473 Bytes

File metadata and controls

15 lines (11 loc) · 473 Bytes

Changelog

2.0.0 (2019-11-15)

Features

  • Supports TensorFlow Lite.
  • Uses TensorFlow Lite model (.tflite) instead of TensorFlow normal model (.pb).
  • Uses the inference runtime to delegate pre-processing and post-processing as well as invoking TensorFlow inference engine.

1.0.0 (2017-12-12)

Features

  • Sample code to use a TensorFlow model exported from Microsoft Cognitive Services Custom Vision in an Android app.