module documentation
Undocumented
| Function | cleanup |
Delete an extracted NN archive path if it exists. |
| Function | process |
Extracts the archive from tar and parses its config. |
def process_nn_archive(path:
Path, overrides: dict[ str, Any] | None) -> tuple[ Config, NNArchiveConfig, str]:
¶
Extracts the archive from tar and parses its config.
| Parameters | |
path:Path | Path to the archive. |
overrides:dict[ | Config overrides. |
| Returns | |
tuple[ | Tuple of the parsed config, NNArchiveConfig, and the main stage
key. |