-
Hi @dfalbel , this package is extremely helpful!! Thank you for the enormous contribution!
I have 2 issues regarding examples:
1) First is related to https://github.com/rstudio/tfhub/blob/maste…
-
I created a SavedModel using the Universal Sentence Encoder Lite version. If I load the SavedModel using tf.saved_model.loader.load, it works perfectly fine.
However, if I try to serve the model us…
-
arXiv论文跟踪
-
When trying to replicate the Universal Sentence Encoder Multilingual tool example (https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/cross_lingual_similarity_with_tf_h…
-
#### TensorFlow.js version
1.0.0
#### Browser version
Version 74.0.3729.169 (Official Build) (64-bit)
#### Describe the problem or feature request
As documented at https://github.com/tensor…
-
ubuntu 18.04, python3.6,tensorflow1.4.0:
import tensorflow as tf
import tensorflow_hub as hub
import numpy as np
import tf_sentencepiece
embed = hub.Module("https://tfhub.dev/google/universal-sen…
-
```
estimator = tf.contrib.estimator.DNNEstimator(
head=multi_label_head,
hidden_units=[64, 10],
feature_columns=[descriptions_embeddings])
labels = np.array(train_encoded)
feature…
-
Hi,
I want to visualize the Universal Sentence Encoder's (USE) sentence embedding.
1. What are the salient words in the encoded sentence? [InferSent from Facebook has a visualize method to do t…
-
Hello,
I trained a text classification model using TF-hub universal sentence encoder.
The model trained successfully and hosted on google cloud ML engine as well.
When i will try to prediction …
-
Hi All,
While fine tuning USE4, in TF2, we get large number of Warnings. My assumption is these can be ignored as they are actually not trainable variables and TF is just letting us know that. Want…