Skip to content

Commit 524a890

Browse files
Carmezimrmlarsen
authored andcommitted
[Docs] Fixing old model link (#9886)
* Fixing old model link * Fixing misguided link.
1 parent a723923 commit 524a890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/docs_src/tutorials/word2vec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ straight in, feel free to look at the minimalistic implementation in
2323
This basic example contains the code needed to download some data, train on it a
2424
bit and visualize the result. Once you get comfortable with reading and running
2525
the basic version, you can graduate to
26-
[tensorflow_models/tutorials/embedding/word2vec.py](https://www.tensorflow.org/code/tensorflow_models/tutorials/embedding/word2vec.py)
26+
[models/tutorials/embedding/word2vec.py](https://github.com/tensorflow/models/blob/master/tutorials/embedding/word2vec.py)
2727
which is a more serious implementation that showcases some more advanced
2828
TensorFlow principles about how to efficiently use threads to move data into a
2929
text model, how to checkpoint during training, etc.

0 commit comments

Comments
 (0)