We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65536bf commit ecc870bCopy full SHA for ecc870b
model.py
@@ -47,7 +47,7 @@ def _build_model(self):
47
activate_before_residual = [True, False, False]
48
res_func = self._residual
49
50
- # w28-10 wide residual network (https://arxiv.org/abs/1605.07146v1)
+ # wide residual network (https://arxiv.org/abs/1605.07146v1)
51
# use filters = [16, 16, 32, 64] for a non-wide version
52
filters = [16, 160, 320, 640]
53
0 commit comments