mirror of https://github.com/open-mmlab/mim.git
Fix a typo in README.md (#197)
parent
75c45590c8
commit
231ffc73cb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue