mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
[Docs] Fixing old model link (#9886)
* Fixing old model link * Fixing misguided link.
This commit is contained in:
parent
a723923377
commit
524a890980
|
|
@ -23,7 +23,7 @@ straight in, feel free to look at the minimalistic implementation in
|
|||
This basic example contains the code needed to download some data, train on it a
|
||||
bit and visualize the result. Once you get comfortable with reading and running
|
||||
the basic version, you can graduate to
|
||||
[tensorflow_models/tutorials/embedding/word2vec.py](https://www.tensorflow.org/code/tensorflow_models/tutorials/embedding/word2vec.py)
|
||||
[models/tutorials/embedding/word2vec.py](https://github.com/tensorflow/models/blob/master/tutorials/embedding/word2vec.py)
|
||||
which is a more serious implementation that showcases some more advanced
|
||||
TensorFlow principles about how to efficiently use threads to move data into a
|
||||
text model, how to checkpoint during training, etc.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user