Avalanche for multivariate streaming sensor data #417
Answered
by
AndreaCossu
Nidarshan619
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
AndreaCossu
Mar 17, 2021
Replies: 1 comment 2 replies
-
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.
If you met these two conditions you should create a new |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vlomonaco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
If you met these two conditions you should create a new
Dataset
in Avalanche and then pass it to thenc_scenario
orni_scenario
to get back a continual learning scenario.