TorchLean CLI Facade #
Small command-line parsers used by examples and model-zoo commands.
Small public command-line parsers for examples.
Use these when a runnable example needs the same compact flag convention as the model zoo.
Return true when the argument list requests command help.
Instances For
Parse an optional path flag and fall back to a default path.
Instances For
Parse the --epochs E --batch N pair used by the small epoch-oriented tutorial commands.
Step-based model-zoo training commands use the ModelZoo / Trainer.TrainOptions path instead.
Instances For
Parser used by epoch-oriented tutorial commands that require positive --epochs and --batch.
Instances For
Low-level parser used by model-zoo commands that want a concrete path with a default.
Instances For
Low-level parser used by model-zoo commands whose two path flags must appear together.