noether.inference.cli.main_inference¶
Attributes¶
Functions¶
|
Entry point for |
Module Contents¶
- noether.inference.cli.main_inference.logger¶
- noether.inference.cli.main_inference.main(eval_config)¶
Entry point for
noether-eval.The training run’s
hp_resolved.yamlhas already been wired in as the Hydra base config (see_inject_hp_resolved_into_argv()), so this function only needs to set the resume fields and dispatch.Examples
noether-eval run_dir=outputs/2026-01-10_abc12/train noether-eval run_dir=outputs/2026-01-10_abc12/train resume_checkpoint=best noether-eval run_dir=outputs/2026-01-10_abc12/train tracker=disabled trainer.max_epochs=1
- Parameters:
eval_config (omegaconf.DictConfig)
- Return type:
None