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
780ecbb3
Commit
780ecbb3
authored
Oct 01, 2016
by
amirbar
Browse files
Fix issue #459
parent
1f50270e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
slim/nets/resnet_v1.py
slim/nets/resnet_v1.py
+2
-2
No files found.
slim/nets/resnet_v1.py
View file @
780ecbb3
...
@@ -226,7 +226,7 @@ def resnet_v1_50(inputs,
...
@@ -226,7 +226,7 @@ def resnet_v1_50(inputs,
return
resnet_v1
(
inputs
,
blocks
,
num_classes
,
is_training
,
return
resnet_v1
(
inputs
,
blocks
,
num_classes
,
is_training
,
global_pool
=
global_pool
,
output_stride
=
output_stride
,
global_pool
=
global_pool
,
output_stride
=
output_stride
,
include_root_block
=
True
,
reuse
=
reuse
,
scope
=
scope
)
include_root_block
=
True
,
reuse
=
reuse
,
scope
=
scope
)
resnet_v1_50
.
default_image_size
=
resnet_v1
.
default_image_size
def
resnet_v1_101
(
inputs
,
def
resnet_v1_101
(
inputs
,
num_classes
=
None
,
num_classes
=
None
,
...
...
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