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
fa7ce18b
Commit
fa7ce18b
authored
Mar 15, 2017
by
Neal Wu
Committed by
GitHub
Mar 15, 2017
Browse files
Fix formatting
parent
780ecbb3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
slim/nets/resnet_v1.py
slim/nets/resnet_v1.py
+4
-1
No files found.
slim/nets/resnet_v1.py
View file @
fa7ce18b
...
...
@@ -228,6 +228,7 @@ def resnet_v1_50(inputs,
include_root_block
=
True
,
reuse
=
reuse
,
scope
=
scope
)
resnet_v1_50
.
default_image_size
=
resnet_v1
.
default_image_size
def
resnet_v1_101
(
inputs
,
num_classes
=
None
,
is_training
=
True
,
...
...
@@ -251,6 +252,7 @@ def resnet_v1_101(inputs,
include_root_block
=
True
,
reuse
=
reuse
,
scope
=
scope
)
resnet_v1_101
.
default_image_size
=
resnet_v1
.
default_image_size
def
resnet_v1_152
(
inputs
,
num_classes
=
None
,
is_training
=
True
,
...
...
@@ -273,6 +275,7 @@ def resnet_v1_152(inputs,
include_root_block
=
True
,
reuse
=
reuse
,
scope
=
scope
)
resnet_v1_152
.
default_image_size
=
resnet_v1
.
default_image_size
def
resnet_v1_200
(
inputs
,
num_classes
=
None
,
is_training
=
True
,
...
...
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