Created
February 13, 2019 21:34
-
-
Save wronk/41ce1118a67bae8e266470a00e43a370 to your computer and use it in GitHub Desktop.
TF Serving blog post: export estimator after directory reorg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The below function will be renamed to `estimator.export_saved_model` in TF 2.0 | |
estimator.export_savedmodel(export_dir, serving_input_receiver_fn=serving_input_receiver_fn) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment