core.scripts.download_data#

Attributes#

Functions#

get_data(→ None)

uncompress_data(→ str)

preprocess_data(→ None)

verify_count(→ None)

cleanup(→ None)

Module Contents#

core.scripts.download_data.S2EF_COUNTS#
core.scripts.download_data.get_data(datadir: str, task: str, split: str | None, del_intmd_files: bool) None#
core.scripts.download_data.uncompress_data(compressed_dir: str) str#
core.scripts.download_data.preprocess_data(uncompressed_dir: str, output_path: str) None#
core.scripts.download_data.verify_count(output_path: str, task: str, split: str) None#
core.scripts.download_data.cleanup(filename: str, dirname: str) None#
core.scripts.download_data.parser#