Replies: 1 comment 1 reply
-
The use of task-incremental scenarios and multi-headed models really depends on your specific problem. The task can be tackled under different conditions. First, which type of task are you dealing with (sequence classification/regression, sequence modeling, other)? Avalanche accepts any kind of tensor in input as dataset. My suggestion is to check out the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a signal dataset available based on which I have to build a model that can classify any unknown data. I guess I have to do task incremental continual learning. Can I input short-time fourier transform data to Avalanche? If yes, should I use the multi-head scenario?
Beta Was this translation helpful? Give feedback.
All reactions