Skip to content

Instantly share code, notes, and snippets.

@re4388
Last active January 24, 2020 07:00
Show Gist options
  • Save re4388/574035eff8aafa006227f4b6e72a172a to your computer and use it in GitHub Desktop.
Save re4388/574035eff8aafa006227f4b6e72a172a to your computer and use it in GitHub Desktop.
a2
module_url = "https://tfhub.dev/google/universal-sentence-encoder-large/3"
embed = hub.Module(module_url)
embed_size = embed.get_output_info_dict()['default'].get_shape()[1].value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment