Skip to content

Commit ecc870b

Browse files
authored
Model architecture comment
1 parent 65536bf commit ecc870b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _build_model(self):
4747
activate_before_residual = [True, False, False]
4848
res_func = self._residual
4949

50-
# w28-10 wide residual network (https://arxiv.org/abs/1605.07146v1)
50+
# wide residual network (https://arxiv.org/abs/1605.07146v1)
5151
# use filters = [16, 16, 32, 64] for a non-wide version
5252
filters = [16, 160, 320, 640]
5353

0 commit comments

Comments
 (0)