Trying to generate custom avalanche dataset #1239
-
Hello,
I found on the forum this discussion https://github.com/ContinualAI/avalanche/discussions/475 but I don't know how to add targets... this is my code
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @caesar753 can you test it with avalanche v0.3.1 we just released? |
Beta Was this translation helpful? Give feedback.
-
In your case it's easier if you use make_tensor_classification_dataset instead of the |
Beta Was this translation helpful? Give feedback.
In your case it's easier if you use make_tensor_classification_dataset instead of the
AvalancheDataset
.