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
b5cb7b59
Unverified
Commit
b5cb7b59
authored
Apr 24, 2020
by
Darío Hereñú
Committed by
GitHub
Apr 24, 2020
Browse files
Typo on string #237 (#4901)
Plus minor formatting proposals
parent
ed9b925e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
research/street/README.md
research/street/README.md
+3
-3
No files found.
research/street/README.md
View file @
b5cb7b59
...
@@ -216,9 +216,9 @@ terminated manually.
...
@@ -216,9 +216,9 @@ terminated manually.
## Training a full FSNS model
## Training a full FSNS model
After running the tests above, you are ready to train the real thing!
After running the tests above, you are ready to train the real thing!
*Note*
that you might want to use a train_dir somewhere other than /tmp as
*Note*
that you might want to use a
`
train_dir
`
somewhere other than
`
/tmp
`
as
you can stop the training, reboot if needed and continue if you keep the
you can stop the training, reboot if needed and continue if you keep the
data intact, but /tmp gets deleted on a reboot.
data intact, but
`
/tmp
`
gets deleted on a reboot.
```
```
cd python
cd python
...
@@ -234,7 +234,7 @@ tensorboard --logdir=$train_dir
...
@@ -234,7 +234,7 @@ tensorboard --logdir=$train_dir
```
```
Training will take a very long time (probably many weeks) to reach minimum
Training will take a very long time (probably many weeks) to reach minimum
error rate on a single machine, although it will probably take substatially
error rate on a single machine, although it will probably take substa
n
tially
fewer iterations than with parallel training. Faster training can be obtained
fewer iterations than with parallel training. Faster training can be obtained
with parallel training on a cluster.
with parallel training on a cluster.
Since the setup is likely to be very site-specific, please see the TensorFlow
Since the setup is likely to be very site-specific, please see the TensorFlow
...
...
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