check_padis_login_cache_smoke.py π§ΒΆ
Source: scripts/dev/check_padis_login_cache_smoke.py
Warning
This file has not yet received a complete narrative and docstring audit. Its public source-level API is listed automatically below.
Lightweight login-node cache smoke check for PaDIS LIDC archives.
This intentionally avoids full train-cache materialisation. It verifies that the default 256x256 train and validation archives match the current dataset metadata, then stages and loads only the much smaller validation archive through the same code path used by the Slurm training jobs.
- LION_ROOT
- run(args: argparse.Namespace) dict[str, object]
Exercise login-node cache discovery without starting GPU training.
- build_parser() argparse.ArgumentParser
Construct the cache-smoke command-line parser.
- main() None
Run the cache smoke check and print its JSON report.