Skip to content

Allow epochs with different size #21773

Description

@lucian-student

Description & Motivation

Currently there is no support for epochs of different lengths.
The reason is for example what if I want use augmentation that makes dataset shorter.

For example my usacase is to offset timeseries data in each epoch differently.

Pitch

For timeseries data it would be very useful if logging didnt break, when there are epochs of different lengths.

So far logging completely breaks when u dynamically change epoch length.

Alternatives

Sure i could make it work by merging everything into one epoch. But that would disallow me to use on-epoch hooks, which I want to utilize.

So far Iam going to inspect logging logic, because it seems there is an issue. Or hook trigger logic, since so far iam not sure if hooks even trigger for epoch end.

Additional context

No response

cc @lantiga

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureIs an improvement or enhancementwaiting on authorWaiting on user action, correction, or update

    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