Skip to content

Releases: doc-ai/react-native-tensorio

Update to TensorIO 0.6.x

23 Apr 20:27
fb2b283

Choose a tag to compare

  • Small improvements and updates to our underlying machine learning interface
  • Use the new .tiobundle extension for model folders instead of .tfbundle
  • Add a "backend" field to the model object in model.json, set to "tflite" or "tensorflow". See model in our example app

Update to TensorIO 0.5.0

09 Apr 18:32
6869fe2

Choose a tag to compare

THIS IS AN API BREAKING CHANGE

More specifically, it is a dependency management breaking change. Podfiles must be updated to include the TFLight subspec. Change:

pod 'TensorIO'

To:

pod 'TensorIO'
pod 'TensorIO/TFLite'

And run pod update

Initial (updated) release

09 Apr 18:17
f852c04

Choose a tag to compare

With support for image models and TFLite