Skip to content

Evaluation code needs to check in case there are inconsistencies in dimension order for template/target vs prediction in ALPS domain #44

@RosieEade

Description

@RosieEade

The current code in evaluation/* breaks if the dimensions of the target and prediction have a different order.

See issue #43

For the original version of training and submission code, the target and templates files for the ALPS domain have dimensions (time, y, x), but the output predictions had dimensions (time, x, y). This means that difference computations fail to align the dimensions correctly.

I am looking into how to check for this issue and apply a correction to the data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions