Skip to content

Instantly share code, notes, and snippets.

@vabarbosa
Last active November 1, 2018 17:14
Show Gist options
  • Save vabarbosa/74c13e54fad5ce5cdf262417b3757582 to your computer and use it in GitHub Desktop.
Save vabarbosa/74c13e54fad5ce5cdf262417b3757582 to your computer and use it in GitHub Desktop.
tensorflowjs_converter \
--input_format=tf_frozen_model \
--output_node_names='SemanticPredictions' \
/path/to/frozen_inference_graph.pb \
/path/to/output_dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment