File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tensorflow/docs_src/tutorials Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ straight in, feel free to look at the minimalistic implementation in
2323This basic example contains the code needed to download some data, train on it a
2424bit and visualize the result. Once you get comfortable with reading and running
2525the 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 )
2727which is a more serious implementation that showcases some more advanced
2828TensorFlow principles about how to efficiently use threads to move data into a
2929text model, how to checkpoint during training, etc.
You can’t perform that action at this time.
0 commit comments