* fix typo

* fix typo
pull/1285/head
Zaida Zhou 2021-08-19 10:04:54 +08:00 committed by GitHub
parent 81777d1213
commit 9c58d9e750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
> Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.
## Basic Workflow
### Basic Workflow
1. Get the most recent codebase
2. Checkout a new branch from the master branch

View File

@ -66,7 +66,8 @@ class Registry:
>>> pass
>>> resnet = MODELS.build(dict(type='ResNet'))
Please refer to https://mmcv.readthedocs.io/en/latest/registry.html for
Please refer to
https://mmcv.readthedocs.io/en/latest/understand_mmcv/registry.html for
advanced useage.
Args: