Commit 6e934f5a authored by Xin Pan's avatar Xin Pan Committed by GitHub
Browse files

Merge pull request #1423 from Queequeg92/patch-1

Fix num_residual_units for w28-10
parents f0f4e085 55d7a22c
......@@ -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]),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment