Commit f55844c9 authored by Yihui He 何宜晖's avatar Yihui He 何宜晖 Committed by Francisco Massa

fix resnet.py typo (#626)

parent 90c226cf
...@@ -33,7 +33,7 @@ StageSpec = namedtuple( ...@@ -33,7 +33,7 @@ StageSpec = namedtuple(
"StageSpec", "StageSpec",
[ [
"index", # Index of the stage, eg 1, 2, ..,. 5 "index", # Index of the stage, eg 1, 2, ..,. 5
"block_count", # Numer of residual blocks in the stage "block_count", # Number of residual blocks in the stage
"return_features", # True => return the last feature map from this stage "return_features", # True => return the last feature map from this stage
], ],
) )
......
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