Commit 1cd1f9d4 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #1465 from tensorflow/fix-resnet-v2-comment

Remove erroneous comment from resnet_v2.py
parents b4f4994d ad975cb2
...@@ -25,8 +25,6 @@ introduced by: ...@@ -25,8 +25,6 @@ introduced by:
The key difference of the full preactivation 'v2' variant compared to the 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. '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: Typical use:
......
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