Skip to content

Instantly share code, notes, and snippets.

@margaretmz
Last active July 13, 2020 04:32
Show Gist options
  • Save margaretmz/604d41ca2b65844598e6bd6e657843e5 to your computer and use it in GitHub Desktop.
Save margaretmz/604d41ca2b65844598e6bd6e657843e5 to your computer and use it in GitHub Desktop.
selfie2anime-load-savedmodel
model = tf.saved_model.load(saved_model_path)
concrete_func = model.signatures[ tf.saved_model.DEFAULT_SERVING_SIGNATURE_DEF_KEY]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment