Skip to content

Commit cd11d77

Browse files
committed
Remove the erroneous comment from resnet_v2.py again
1 parent 1514b37 commit cd11d77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

slim/nets/resnet_v2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
2626
The key difference of the full preactivation 'v2' variant compared to the
2727
'v1' variant in [1] is the use of batch normalization before every weight layer.
28-
Another difference is that 'v2' ResNets do not include an activation function in
29-
the main pathway. Also see [2; Fig. 4e].
3028
3129
Typical use:
3230

0 commit comments

Comments
 (0)