Skip to content

Commit

Permalink
Merge ed888e3 into 1216e5f
Browse files Browse the repository at this point in the history
  • Loading branch information
bofen97 authored Sep 20, 2021
2 parents 1216e5f + ed888e3 commit 16962a1
Show file tree
Hide file tree
Showing 2 changed files with 524 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/understand_mmcv/cnn.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ conv = ConvModule(

### Weight initialization

> Implementation details are available at [mmcv/cnn/utils/weight_init.py](../mmcv/cnn/utils/weight_init.py)
> Implementation details are available at [mmcv/cnn/utils/weight_init.py](../../mmcv/cnn/utils/weight_init.py)

During training, a proper initialization strategy is beneficial to speed up the
training or obtain a higher performance. In MMCV, we provide some commonly used
Expand Down
Loading

0 comments on commit 16962a1

Please sign in to comment.