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
"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "9d1e1dee02923626d811dd2f1091ad219c4e9c37"
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.
...
@@ -7,7 +7,7 @@ ICLR 2013.
Detailed instructions on how to get started and use them are available in the
Detailed instructions on how to get started and use them are available in the
tutorials. Brief instructions are below.
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:
To download the example text and evaluation data:
...
@@ -19,11 +19,11 @@ unzip -p source-archive.zip word2vec/trunk/questions-words.txt > questions-word
...
@@ -19,11 +19,11 @@ unzip -p source-archive.zip word2vec/trunk/questions-words.txt > questions-word
rm
source-archive.zip
rm
source-archive.zip
```
```
Assuming you
are using the pip package install and have cloned the git
Assuming you
have cloned the git repository, navigate into this directory and
repository, navigate into this directory and
run using:
run using:
```
shell
```
shell
cd
tensorflow/mode
ls/embedding
cd
models/tutoria
ls/embedding
python word2vec_optimized.py
\
python word2vec_optimized.py
\
--train_data
=
text8
\
--train_data
=
text8
\
--eval_data
=
questions-words.txt
\
--eval_data
=
questions-words.txt
\
...
@@ -33,7 +33,7 @@ python word2vec_optimized.py \
...
@@ -33,7 +33,7 @@ python word2vec_optimized.py \
To run the code from sources using bazel:
To run the code from sources using bazel:
```
shell
```
shell
bazel run
-c
opt
tensorflow/mode
ls/embedding/word2vec_optimized
--
\
bazel run
-c
opt
models/tutoria
ls/embedding/word2vec_optimized
--
\
--train_data
=
text8
\
--train_data
=
text8
\
--eval_data
=
questions-words.txt
\
--eval_data
=
questions-words.txt
\
--save_path
=
/tmp/
--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