Multi-Label Dataset in Avalanche #806
Unanswered
DavideThird
asked this question in
Feature Request
Replies: 1 comment
-
Unfortunately we still have to update @lrzpellegrini do you have any suggestions? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi everyone.
I would be interested to use Avalanche with a MultiLabel Dataset.
I am interested in the Domain Incremental Scenario where I have always the same classes but from different domains.
However, when I try to pass the multilabel dataset to ni_scenario I receive an error.
I provide an example of what I would like to have.
Now I create 4 MNIST dataset with 4 different rotation angles.
Now I randomly join two sample to create a new sample with associated two labels that are the original ones of the two samples i.e. I obtain a MultiLabel dataset.
However, the scenario creation produce the following error:
Like I said before, I am interested in the Domain Incremental Scenario.
There is a simple way to solve this problem ?
Beta Was this translation helpful? Give feedback.
All reactions