Skip to content

possibly critical bugs in UNet training script #90

@till-m

Description

@till-m

In the UNet training script, when training_type="single", I think the model might only be training on one batch element per epoch due to an indentation error. Specifically this if-clause should be indented one more level. The FNO is indented correctly and does not have this problem.

Sidenote (another bug): When constructing the UNetDatasetMult, the script instantiates the class with parameters that don't exist (anymore?), causing a crash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions