"vscode:/vscode.git/clone" did not exist on "ed9f16adc69f40687b43d2be4287a0e076703334"
Commit 55d7a22c authored by Queequeg's avatar Queequeg Committed by GitHub
Browse files

Fix num_residual_units for w28-10

Fix num_residual_units for w28-10
parent f0f4e085
...@@ -85,7 +85,7 @@ class ResNet(object): ...@@ -85,7 +85,7 @@ class ResNet(object):
# comparably good performance. # comparably good performance.
# https://arxiv.org/pdf/1605.07146v1.pdf # https://arxiv.org/pdf/1605.07146v1.pdf
# filters = [16, 160, 320, 640] # 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'): with tf.variable_scope('unit_1_0'):
x = res_func(x, filters[0], filters[1], self._stride_arr(strides[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