Skip to content

Instantly share code, notes, and snippets.

@NhuanTDBK
Created December 19, 2018 11:39
Show Gist options
  • Save NhuanTDBK/ec706ebb20273eba3deee1ffa26264d8 to your computer and use it in GitHub Desktop.
Save NhuanTDBK/ec706ebb20273eba3deee1ffa26264d8 to your computer and use it in GitHub Desktop.
Tensorflow Universal Downloader.py
import tensorflow_hub as hub
TFHUB_URL = "https://tfhub.dev/google/universal-sentence-encoder/2"
sentence_encoder = hub.Module(TFHUB_URL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment