You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SimpleHDFWriter.insert_batch, when using extra to put some other data (despite for the main data stream "data"), the seq lens are currently not handled correctly.
In
SimpleHDFWriter.insert_batch
, when usingextra
to put some other data (despite for the main data stream "data"), the seq lens are currently not handled correctly.Currently the logic is:
I.e. for some
value
of shape [B,T,F], if will use the seq len always as long as the max seq len of the current batch. That means:extra
in any case.(cc @dorian-K @NeoLegends)
The text was updated successfully, but these errors were encountered: