Skip to content

Vanillix raises KeyError on BETA, when not present in YAML config #22

Description

@ralf-koenig

When running a Vanillix model with a YAML file, that does not specify a BETA (which is not needed for Vanillix), AutoEncodix fails with an Key error message, looking for cfg["BETA"].

See example YAML file.
Command: make ml_task RUN_ID=RUN_007001 > RUN_ID_007001.log 2>RUN_ID_007001_errors.log

RUN_007001_config.yaml.txt

RUN_ID_007001.log

RUN_ID_007001_errors.log

Expected behaviour: as Vanillix does not need a BETA nor makes any use of it. Therefore, it must accept a YAML file that does not specify any.

This error can be generalized: all AE types (Vanillix, Varix, Ontix, Stackix, Cross-Modalix) should run with YAML files that only specify the parameters that they really need and do take into account, respectively.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions