Skip to content

Avalanche for multivariate streaming sensor data #417

Answered by AndreaCossu
Nidarshan619 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Nidarshan619 ! Adding support for time series data is something we are working on. However, under certain conditions time series data could already be directly integrated in Avalanche.

  1. Are your time series all of the same lengths (or can you pad them accordingly?)
  2. Is your problem a sequence classification? That is, you classify the entire sequence, you don't want to emit a prediction on every time step.

If you met these two conditions you should create a new Dataset in Avalanche and then pass it to the nc_scenario or ni_scenario to get back a continual learning scenario.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@vlomonaco
Comment options

@Nidarshan619
Comment options

Answer selected by vlomonaco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants