fix indent
parent
996f0a97e1
commit
77c05e6b46
|
@ -209,7 +209,6 @@ class ShuffleNetv1(BaseBackbone):
|
||||||
norm_eval (bool): Whether to set norm layers to eval mode, namely,
|
norm_eval (bool): Whether to set norm layers to eval mode, namely,
|
||||||
freeze running stats (mean and var). Note: Effect on Batch Norm
|
freeze running stats (mean and var). Note: Effect on Batch Norm
|
||||||
and its variants only.
|
and its variants only.
|
||||||
|
|
||||||
with_cp (bool): Use checkpoint or not. Using checkpoint will save some
|
with_cp (bool): Use checkpoint or not. Using checkpoint will save some
|
||||||
memory while slowing down the training speed.
|
memory while slowing down the training speed.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue