Interval_ms set to 0 : can this work?

hello,
I want to create a classifier and have collected some data via the API which with no “interval_ms”: 0 as for one measure the data doesn’t change over time.
I m then trying to generate features but I get this error :
Cannot process file, impulse window size setting requires Infinity data frames, but this file only contains 1 data frames

Is there a way to do this?

Thank you
Nicolas

I have tried to use zero padding in the input layer to generate the features , I get a different error :
Application exited with code 134 (Error)

Thanks

Hello I have changed the interval_ms to 10 ms and it works fine so I guess no need for further inverstigation. I had to recollect the data but that was fun :slight_smile:
Thanks

2 Likes

Yep, just set it to an arbitrary (non-0) value and should be good to go. Will make sure we validate this properly in ingestion as well.

1 Like