elmo = hub.Module("https://tfhub.dev/google/elmo/1", trainable=True)
but the universal sentence encoder module doesn't load for me:embed = hub.Module("https://tfhub.dev/google/universal-sentence-encoder/1")
--
You received this message because you are subscribed to the Google Groups "TensorFlow Hub" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hub+uns...@tensorflow.org.
Visit this group at https://groups.google.com/a/tensorflow.org/group/hub/.
embed = hub.Module("https://tfhub.dev/google/universal-sentence-encoder/1")