Skip to content

Commit

Permalink
Fix links in examples/README.md
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 190607817
  • Loading branch information
TensorFlow Hub Authors authored and andresusanopinto committed Mar 27, 2018
1 parent f7f570c commit 84b2ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Uses a TensorFlow Hub text embedding module to train a sentiment classifier with
Shows how to solve a problem on Kaggle with TF-Hub.


#### [`colab/semantic_similarity_with_tf_hub_universal_encoder.ipynb`](semantic_similarity_with_tf_hub_universal_encoder.ipynb)
#### [`colab/semantic_similarity_with_tf_hub_universal_encoder.ipynb`](colab/semantic_similarity_with_tf_hub_universal_encoder.ipynb)

Explores text semantic similarity with the [Universal Encoder Module](https://tfhub.dev/google/universal-sentence-encoder/1).


#### [`colab/tf_hub_generative_image_module.ipynb`](tf_hub_generative_image_module.ipynb)
#### [`colab/tf_hub_generative_image_module.ipynb`](colab/tf_hub_generative_image_module.ipynb)

Explores a generative image module.

Expand Down

0 comments on commit 84b2ca5

Please sign in to comment.