Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
bb5798c7
Commit
bb5798c7
authored
Dec 20, 2016
by
Neal Wu
Browse files
Made several fixes to the embedding README
parent
12f279d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
tutorials/embedding/README.md
tutorials/embedding/README.md
+5
-5
No files found.
tutorials/embedding/README.md
View file @
bb5798c7
...
...
@@ -7,7 +7,7 @@ ICLR 2013.
Detailed instructions on how to get started and use them are available in the
tutorials. Brief instructions are below.
*
[
Word2Vec Tutorial
](
http://tensorflow.org/tutorials/word2vec
/index.md
)
*
[
Word2Vec Tutorial
](
http://tensorflow.org/tutorials/word2vec
)
To download the example text and evaluation data:
...
...
@@ -19,11 +19,11 @@ unzip -p source-archive.zip word2vec/trunk/questions-words.txt > questions-word
rm
source-archive.zip
```
Assuming you
are using the pip package install and have cloned the git
repository, navigate into this directory and
run using:
Assuming you
have cloned the git repository, navigate into this directory and
run using:
```
shell
cd
tensorflow/mode
ls/embedding
cd
models/tutoria
ls/embedding
python word2vec_optimized.py
\
--train_data
=
text8
\
--eval_data
=
questions-words.txt
\
...
...
@@ -33,7 +33,7 @@ python word2vec_optimized.py \
To run the code from sources using bazel:
```
shell
bazel run
-c
opt
tensorflow/mode
ls/embedding/word2vec_optimized
--
\
bazel run
-c
opt
models/tutoria
ls/embedding/word2vec_optimized
--
\
--train_data
=
text8
\
--eval_data
=
questions-words.txt
\
--save_path
=
/tmp/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment