Continual learning for a custom dataset #1097
Replies: 5 comments 5 replies
-
I assume you are running version 0.2.0. |
Beta Was this translation helpful? Give feedback.
-
Yes you are right. I'm running on 0.2.0.
|
Beta Was this translation helpful? Give feedback.
-
Have you imported it? |
Beta Was this translation helpful? Give feedback.
-
Sorry, I looked at the code in a hurry and missed one important detail 😄 |
Beta Was this translation helpful? Give feedback.
-
Awesome. Does this also apply for tasks inputs. When I have a custom dataset with multipe inputs I receive a ValueError:
Let me share my code with you in a minimal example:
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to apply
avalanche
to my custom dataset. For this, I have created a dummy dataset usingTensorDataset
and the wrapperAvalancheDataset
as proposed in the documentation. However, when applying my continual learning strategy I get an AttributeError. Here I provide a minimal example of my code:Beta Was this translation helpful? Give feedback.
All reactions