fix indent

pull/2/head
lixiaojie 2020-06-12 18:13:42 +08:00
parent 996f0a97e1
commit 77c05e6b46
1 changed files with 0 additions and 1 deletions

View File

@ -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.
""" """