geoprior.cli.stage3#
CLI wrapper for Stage-3 hyperparameter tuning.
This module makes Stage-3 safe to dispatch from geoprior.cli.
The original tuning script body lives in stage3_legacy.py and
is executed only when run_stage3() is called.
Supported flows#
Use the existing
nat.com/config.pyas-is.Install a user-supplied config file before running.
Apply one-off JSON-friendly overrides via
--set KEY=VALUE.Point Stage-3 at a specific Stage-1 manifest via
--stage1-manifest.
Functions
|
|
|
Execute Stage-3 tuning pipeline. |
|
- geoprior.cli.stage3.run_stage3(overrides=None, *, config_root='nat.com', config_path=None, stage1_manifest=None)[source]#
Execute Stage-3 tuning pipeline.