Tf Estimator Basics Save

Train, predict, export and reload a tf.estimator for inference

Project README

Tensorflow Estimator Basics

Train, predict, export and reload a tf.estimator for inference on a dummy example.

Read the blog post

Quickstart

make run

Details

  • model.py defines the model_fn
  • train.py trains an Estimator using the model_fn
  • export.py exports the Estimator as a saved_model
  • predict.py reloads an Estimator and uses it for prediction
  • serve.py reloads the inference graph from the saved_model format and uses it for prediction
Open Source Agenda is not affiliated with "Tf Estimator Basics" Project. README Source: guillaumegenthial/tf-estimator-basics
Stars
45
Open Issues
0
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating