Merge pull request #14 from Jiahao000/patch-1

Update GETTING_STARTED.md
pull/16/head
Xiaohang Zhan 2020-07-11 15:03:01 +08:00 committed by GitHub
commit 67901d3da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
se# Getting Started
# Getting Started
This page provides basic tutorials about the usage of OpenSelfSup.
For installation instructions, please see [INSTALL.md](INSTALL.md).
@ -243,7 +243,7 @@ optimizer_cfg = dict(type='SGD', lr=0.01, momentum=0.9,
* Configure custom hooks in the config file.
The hooks will be called in order. For hook design, please refer to [odc_hook.py](openselfsup/hooks/odc_hook.py) as an example.
The hooks will be called in order. For hook design, please refer to [odc_hook.py](https://github.com/open-mmlab/OpenSelfSup/blob/master/openselfsup/hooks/odc_hook.py) as an example.
```python
custom_hooks = [