Fix a typo in README.md (#197)

pull/199/head
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
1 changed files with 1 additions and 1 deletions

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>