Skip to content

Commit

Permalink
Merge pull request tensorflow#1583 from tensorflow/remove-comment
Browse files Browse the repository at this point in the history
Remove the erroneous comment from resnet_v2.py again
  • Loading branch information
nealwu authored Jun 16, 2017
2 parents 1514b37 + cd11d77 commit a5cab46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions slim/nets/resnet_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
The key difference of the full preactivation 'v2' variant compared to the
'v1' variant in [1] is the use of batch normalization before every weight layer.
Another difference is that 'v2' ResNets do not include an activation function in
the main pathway. Also see [2; Fig. 4e].
Typical use:
Expand Down

0 comments on commit a5cab46

Please sign in to comment.