Skip to content

nexuml_library.scenarios.tune.conv_ae_asd

nexuml_library.scenarios.tune.conv_ae_asd

Optuna tuning file for the convolutional AE ToyCarEmu ASD scenario.

scenario

scenario() -> ScenarioSpec

Return the default base scenario for tuning.

build

build(
    channel_schedule: list[int],
    latent_dim: int,
    batch_size: int,
) -> ScenarioSpec

Build a scenario from sampled architectural hyperparameters.

Returns:

Name Type Description
ScenarioSpec ScenarioSpec

Assembled scenario with tuning spec attached.