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
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