noether.inference.cli.main_inference¶
Functions¶
|
Main entry point for inference. |
Module Contents¶
- noether.inference.cli.main_inference.convert_sets_to_lists(obj)¶
- noether.inference.cli.main_inference.main(inference_config)¶
Main entry point for inference.
This script is wrapped in a hydra function to allow for easy configuration. It supports passing the configuration file as a positional argument or via the –hp flag.
Example
python main_inference.py configs/my_inference_config.yaml python main_inference.py –hp configs/my_inference_config.yaml python main_inference.py configs/my_inference_config.yaml input_dir=/path/to/run
- Parameters:
inference_config (omegaconf.DictConfig)