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
c1426f30
"tests/test_models/vscode:/vscode.git/clone" did not exist on "d7067e4430f4e99697b382b0e3ea5597af737a2c"
Commit
c1426f30
authored
Mar 14, 2017
by
Neal Wu
Committed by
GitHub
Mar 14, 2017
Browse files
Merge pull request #1169 from tensorflow/typos
Fix two typos
parents
5d758ef0
ee017e0d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
inception/README.md
inception/README.md
+1
-1
neural_gpu/wmt_utils.py
neural_gpu/wmt_utils.py
+1
-1
No files found.
inception/README.md
View file @
c1426f30
...
@@ -604,7 +604,7 @@ We find that the evaluation arrives at roughly 93.4% precision@1 after the model
...
@@ -604,7 +604,7 @@ We find that the evaluation arrives at roughly 93.4% precision@1 after the model
has been running for 2000 steps.
has been running for 2000 steps.
```
shell
```
shell
Succesfully loaded model from /tmp/flowers/model.ckpt-1999 at
step
=
1999.
Succes
s
fully loaded model from /tmp/flowers/model.ckpt-1999 at
step
=
1999.
2016-03-01 16:52:51.761219: starting evaluation on
(
validation
)
.
2016-03-01 16:52:51.761219: starting evaluation on
(
validation
)
.
2016-03-01 16:53:05.450419:
[
20 batches out of 20]
(
36.5 examples/sec
;
0.684sec/batch
)
2016-03-01 16:53:05.450419:
[
20 batches out of 20]
(
36.5 examples/sec
;
0.684sec/batch
)
2016-03-01 16:53:05.450471: precision @ 1
=
0.9340 recall @ 5
=
0.9960
[
500 examples]
2016-03-01 16:53:05.450471: precision @ 1
=
0.9340 recall @ 5
=
0.9960
[
500 examples]
...
...
neural_gpu/wmt_utils.py
View file @
c1426f30
...
@@ -60,7 +60,7 @@ def maybe_download(directory, filename, url):
...
@@ -60,7 +60,7 @@ def maybe_download(directory, filename, url):
print
"Downloading %s to %s"
%
(
url
,
filepath
)
print
"Downloading %s to %s"
%
(
url
,
filepath
)
filepath
,
_
=
urllib
.
request
.
urlretrieve
(
url
,
filepath
)
filepath
,
_
=
urllib
.
request
.
urlretrieve
(
url
,
filepath
)
statinfo
=
os
.
stat
(
filepath
)
statinfo
=
os
.
stat
(
filepath
)
print
"Succesfully downloaded"
,
filename
,
statinfo
.
st_size
,
"bytes"
print
"Succes
s
fully downloaded"
,
filename
,
statinfo
.
st_size
,
"bytes"
return
filepath
return
filepath
...
...
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