Skip to content

n_eval_clips=0 seems to cause index error #136

@aaprasad

Description

@aaprasad

I was training a model with 1 train clip and 1 test clip but I accidentally had train_subset_ratio=0.8 from a previous run which I assume made n_test_clips=0. I believe this caused IndexError: index is out of bounds for axis 0 with size 0 because when I set back train_subset_ratio=0.5 the error went away. I'm not sure how 0 test clips is handled in the train script but it seems like it's not handled correctly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions