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

TF 2.0.0 compat.v1 models work with on device TF 1.13 build #186

Closed phildow closed 4 years ago

phildow commented 4 years ago

Just compat.v1 training and prediction models with unit tests to verify they are working.

phildow commented 4 years ago

@cachafla it's a toy model I use for testing tensor/io builds. It is no different from any TF 1.0 Estimator based model except that tf.x apis are replaced with tf.compat.v1.x apis.

I'll also be looking into using full TF 2 apis instead of the compat ones, but that will be a separate PR.