event_flow icon indicating copy to clipboard operation
event_flow copied to clipboard

Problem with "time" mode

Open AiladReb opened this issue 1 year ago • 0 comments

Hello,

When using the 'time' mode, a problem arises in the code because each sample contains a different number of events. This variability in event count prevents the Collate_fn function from concatenating tensors due to mismatched dimensions, resulting in numerous errors in the Flow.py functions.

Do you have a code version where the time mode is used ?

Thank you

AiladReb avatar Sep 10 '24 14:09 AiladReb