This commit is contained in:
RangiLyu 2021-05-23 21:29:24 +08:00
parent fe3ef4e4f7
commit 47503dd9c9
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ def download(package: str,
"""Download checkpoints from url and parse configs from package.
Args:
package (str): Name of pakcage.
package (str): Name of package.
configs (List[str]): List of config ids.
dest_root (Optional[str]): Destination directory to save checkpoint and
config. Default: None.

View File

@ -301,7 +301,7 @@ def install_dependencies(dependencies: List[List[str]],
"""Install dependencies, such as mmcls depends on mmcv.
Args:
dependencies (list): The list of denpendency.
dependencies (list): The list of dependency.
timeout (int): The socket timeout. Default: 15.
is_yes (bool): Dont ask for confirmation of uninstall deletions.
Default: False.