Fix a typo in README.md (#197)

This commit is contained in:
Hugo 2023-01-28 00:20:53 -06:00 committed by GitHub
parent 75c45590c8
commit 231ffc73cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ Please refer to [installation.md](docs/en/installation.md) for installation.
from mim import download
download('mmcls', ['resnet18_8xb16_cifar10'])
download('mmcls', ['resnet18_8xb16_cifar10'], dest_dir='.')
download('mmcls', ['resnet18_8xb16_cifar10'], dest_root='.')
```
</details>