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
0224ee0e
Commit
0224ee0e
authored
Sep 19, 2017
by
David Brailovsky
Committed by
Neal Wu
Sep 18, 2017
Browse files
Fix typo in code documentation (#2314)
parent
58e425da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
slim/nets/mobilenet_v1.py
slim/nets/mobilenet_v1.py
+1
-1
No files found.
slim/nets/mobilenet_v1.py
View file @
0224ee0e
...
...
@@ -154,7 +154,7 @@ def mobilenet_v1_base(inputs,
inputs: a tensor of shape [batch_size, height, width, channels].
final_endpoint: specifies the endpoint to construct the network up to. It
can be one of ['Conv2d_0', 'Conv2d_1_pointwise', 'Conv2d_2_pointwise',
'Conv2d_3_pointwise', 'Conv2d_4_pointwise', 'Conv2d_5
'
_pointwise,
'Conv2d_3_pointwise', 'Conv2d_4_pointwise', 'Conv2d_5_pointwise
'
,
'Conv2d_6_pointwise', 'Conv2d_7_pointwise', 'Conv2d_8_pointwise',
'Conv2d_9_pointwise', 'Conv2d_10_pointwise', 'Conv2d_11_pointwise',
'Conv2d_12_pointwise', 'Conv2d_13_pointwise'].
...
...
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