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
559cd839
Commit
559cd839
authored
May 04, 2017
by
Junwei Pan
Browse files
Fix Typos
parent
afe2e68b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
cognitive_mapping_and_planning/README.md
cognitive_mapping_and_planning/README.md
+1
-1
inception/README.md
inception/README.md
+1
-1
skip_thoughts/README.md
skip_thoughts/README.md
+1
-1
No files found.
cognitive_mapping_and_planning/README.md
View file @
559cd839
...
@@ -106,7 +106,7 @@ citing the following paper:
...
@@ -106,7 +106,7 @@ citing the following paper:
### Train Your Own Models
### Train Your Own Models
All models were trained asynchronously with 16 workers each worker using data
All models were trained asynchronously with 16 workers each worker using data
from a single floor. The default hyper-parameters co
o
respond to this setting.
from a single floor. The default hyper-parameters co
r
respond to this setting.
See
[
distributed training with
See
[
distributed training with
Tensorflow
](
https://www.tensorflow.org/deploy/distributed
)
for setting up
Tensorflow
](
https://www.tensorflow.org/deploy/distributed
)
for setting up
distributed training. Training with a single worker is possible with the current
distributed training. Training with a single worker is possible with the current
...
...
inception/README.md
View file @
559cd839
...
@@ -260,7 +260,7 @@ Note that in this example each replica has a single tower that uses one GPU.
...
@@ -260,7 +260,7 @@ Note that in this example each replica has a single tower that uses one GPU.
The command-line flags
`worker_hosts`
and
`ps_hosts`
specify available servers.
The command-line flags
`worker_hosts`
and
`ps_hosts`
specify available servers.
The same binary will be used for both the
`worker`
jobs and the
`ps`
jobs.
The same binary will be used for both the
`worker`
jobs and the
`ps`
jobs.
Command line flag
`job_name`
will be used to specify what role a task will be
Command line flag
`job_name`
will be used to specify what role a task will be
playing and
`task_id`
will be used to idenify which one of the jobs it is
playing and
`task_id`
will be used to iden
t
ify which one of the jobs it is
running. Several things to note here:
running. Several things to note here:
*
The numbers of
`ps`
and
`worker`
tasks are inferred from the lists of hosts
*
The numbers of
`ps`
and
`worker`
tasks are inferred from the lists of hosts
...
...
skip_thoughts/README.md
View file @
559cd839
...
@@ -285,7 +285,7 @@ bazel-bin/skip_thoughts/vocabulary_expansion \
...
@@ -285,7 +285,7 @@ bazel-bin/skip_thoughts/vocabulary_expansion \
The model can be evaluated using the benchmark tasks described in the
The model can be evaluated using the benchmark tasks described in the
[
Skip-Thought Vectors
](
https://papers.nips.cc/paper/5950-skip-thought-vectors.pdf
)
[
Skip-Thought Vectors
](
https://papers.nips.cc/paper/5950-skip-thought-vectors.pdf
)
paper. The following tasks are suported (refer to the paper for full details):
paper. The following tasks are sup
p
orted (refer to the paper for full details):
*
**SICK**
semantic relatedness task.
*
**SICK**
semantic relatedness task.
*
**MSRP**
(Microsoft Research Paraphrase Corpus) paraphrase detection task.
*
**MSRP**
(Microsoft Research Paraphrase Corpus) paraphrase detection task.
...
...
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