inference_runner¶
Attributes¶
Classes¶
Runs an inference experiment using @hydra.main as entry point. |
Module Contents¶
- inference_runner.logger¶
- class inference_runner.InferenceRunner¶
Bases:
noether.training.runners.hydra_runner.HydraRunnerRuns an inference experiment using @hydra.main as entry point.
- static main(device, config, static_config)¶
Main method for inference.
- Parameters:
device (torch.device)
config (noether.core.schemas.schema.ConfigSchema)
static_config (noether.core.configs.StaticConfig)
- Return type:
None