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
We currently build up the sequence-dim coordinate (usually time) one chunk at a time. As noted by @shoyer in #86 (comment), it may often be possible to pre-populate this information and write the entire chunk at once inside prepare_target.
An alternative would be to consolidate the sequence_dim chunks at the end, in finalize_target. That would likely be more robust to corner cases.
The text was updated successfully, but these errors were encountered:
We currently build up the sequence-dim coordinate (usually
time
) one chunk at a time. As noted by @shoyer in #86 (comment), it may often be possible to pre-populate this information and write the entire chunk at once insideprepare_target
.An alternative would be to consolidate the sequence_dim chunks at the end, in
finalize_target
. That would likely be more robust to corner cases.The text was updated successfully, but these errors were encountered: