noether.inference.cli.main_inference

Attributes

Functions

main(eval_config)

Entry point for noether-eval.

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.yaml has 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