Skip to content

Instantly share code, notes, and snippets.

@hadifar
Created December 2, 2018 16:24
Show Gist options
  • Save hadifar/572c69c441e24366a9f1f4408db51bd5 to your computer and use it in GitHub Desktop.
Save hadifar/572c69c441e24366a9f1f4408db51bd5 to your computer and use it in GitHub Desktop.
model = tf.saved_model.loader.load(sess=session,
tags=[tf.saved_model.tag_constants.SERVING],
export_dir='./test/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment