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
77d3bbef
"tests/git@developer.sourcefind.cn:norm/vllm.git" did not exist on "7d648418b8b1aadb90489ef18cff1763ffc82ed5"
Unverified
Commit
77d3bbef
authored
Apr 05, 2018
by
aquariusjay
Committed by
GitHub
Apr 05, 2018
Browse files
Merge pull request #3888 from hsm207/patch-3
Fix typo
parents
57b99319
31adb0b8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/deeplab/core/feature_extractor.py
research/deeplab/core/feature_extractor.py
+1
-1
No files found.
research/deeplab/core/feature_extractor.py
View file @
77d3bbef
...
@@ -160,7 +160,7 @@ def extract_features(images,
...
@@ -160,7 +160,7 @@ def extract_features(images,
preprocess_images
=
True
,
preprocess_images
=
True
,
num_classes
=
None
,
num_classes
=
None
,
global_pool
=
False
):
global_pool
=
False
):
"""Extracts features by the par
ituc
lar model_variant.
"""Extracts features by the par
ticu
lar model_variant.
Args:
Args:
images: A tensor of size [batch, height, width, channels].
images: A tensor of size [batch, height, width, channels].
...
...
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