Closed phildow closed 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.
Just compat.v1 training and prediction models with unit tests to verify they are working.