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
6e934f5a
Commit
6e934f5a
authored
Apr 28, 2017
by
Xin Pan
Committed by
GitHub
Apr 28, 2017
Browse files
Merge pull request #1423 from Queequeg92/patch-1
Fix num_residual_units for w28-10
parents
f0f4e085
55d7a22c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
resnet/resnet_model.py
resnet/resnet_model.py
+1
-1
No files found.
resnet/resnet_model.py
View file @
6e934f5a
...
...
@@ -85,7 +85,7 @@ class ResNet(object):
# comparably good performance.
# https://arxiv.org/pdf/1605.07146v1.pdf
# filters = [16, 160, 320, 640]
# Update hps.num_residual_units to
9
# Update hps.num_residual_units to
4
with
tf
.
variable_scope
(
'unit_1_0'
):
x
=
res_func
(
x
,
filters
[
0
],
filters
[
1
],
self
.
_stride_arr
(
strides
[
0
]),
...
...
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