Skip to content

Conversation

Yashashree304
Copy link
Contributor

@github-actions
Copy link

Preview

Preview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.

Format and style

Use the TensorFlow docs notebook tools to format for consistent source diffs and lint for style:
$ python3 -m pip install -U --user git+https://github.com/tensorflow/docs

$ python3 -m tensorflow_docs.tools.nbfmt notebook.ipynb
$ python3 -m tensorflow_docs.tools.nblint --arg=repo:tensorflow/docs notebook.ipynb
If commits are added to the pull request, synchronize your local branch: git pull origin patch-1

@@ -612,7 +612,10 @@
"id": "_KlwdiAa9crJ"
},
"source": [
"![word2vec_negative_sampling](https://tensorflow.org/tutorials/text/images/word2vec_negative_sampling.png)"
"![word2vec_negative_sampling](https://lh3.googleusercontent.com/FK0tsefdo39ffDhUKctpdeRz8E_ul5CD9A7VWFbzT9bSeRt2fy3tZ9lr88ZFQHTJEZpgAL8ELiET5Gv90fEiVTlYuOcOk46SpY7Efj-UF4Xwb7bVhe8ujx3gTAnzqXbMXBQRbFmkJA=w2400)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't include this external link.

Can you download the file, and add it to this pr, replacing the old file at:

en/tutorials/text/images/word2vec_negative_sampling.png

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was not sure if I could change the old file given the structure of the tensorflow website so I added a new file with the changed image and created a PR. #2000

@MarkDaoust
Copy link
Member

Raplaced by #2000

@MarkDaoust MarkDaoust closed this Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect figure on word2vec tutorial
3 participants