mirror of
https://github.com/open-mmlab/mim.git
synced 2025-06-03 14:59:11 +08:00
fix typo
This commit is contained in:
parent
fe3ef4e4f7
commit
47503dd9c9
@ -49,7 +49,7 @@ def download(package: str,
|
|||||||
"""Download checkpoints from url and parse configs from package.
|
"""Download checkpoints from url and parse configs from package.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
package (str): Name of pakcage.
|
package (str): Name of package.
|
||||||
configs (List[str]): List of config ids.
|
configs (List[str]): List of config ids.
|
||||||
dest_root (Optional[str]): Destination directory to save checkpoint and
|
dest_root (Optional[str]): Destination directory to save checkpoint and
|
||||||
config. Default: None.
|
config. Default: None.
|
||||||
|
@ -301,7 +301,7 @@ def install_dependencies(dependencies: List[List[str]],
|
|||||||
"""Install dependencies, such as mmcls depends on mmcv.
|
"""Install dependencies, such as mmcls depends on mmcv.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
dependencies (list): The list of denpendency.
|
dependencies (list): The list of dependency.
|
||||||
timeout (int): The socket timeout. Default: 15.
|
timeout (int): The socket timeout. Default: 15.
|
||||||
is_yes (bool): Don’t ask for confirmation of uninstall deletions.
|
is_yes (bool): Don’t ask for confirmation of uninstall deletions.
|
||||||
Default: False.
|
Default: False.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user