instantaneous_transformer
instantaneous_transformer copied to clipboard
Optimize sequence segment processing
Previously, one segment of the length seqlen
for each video was unused and lost for further computation. This commit modifies the loop to correctly process all data segments, improving data processing efficiency.