doc-ai / tensorio-ios

Tensor/IO for iOS, with support for on-device inference and training with TensorFlow and TensorFlow Lite
Other
31 stars 10 forks source link

R1.2 #201

Closed phildow closed 4 years ago

phildow commented 4 years ago

The only important line here is at the bottom:

ss.dependency 'TensorIOTensorFlow', '2.0.1'

Because I was including the Saved Model code in this repo but TensorIOTensorFlow is now responsible for it, I need to lock the last version of TensorIO with the saved model code to the last version of TensorIOTensorFlow without it.

Otherwise there are no changes.

This will immediately be followed by a 2.0.2 release that removes the SavedModel code and relies on its inclusion in TensorIOTensorFlow.