dcase_util.datasets.Dataset.debug_packages
- Dataset.debug_packages(local_check=True, remote_check=True)[source]
Debug remote packages associated to the dataset. Use this to check remote file size and md5 hash when developing dataset class.
- Parameters
- local_checkbool
Check local packages, calculate md5 hash and package size. Default value True
- remote_checkbool
Check remote package information and verify against information stored in the package_list (defined in the dataset class). Default value True
- Returns
- self