-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Hi.
Thank you for this great Library for Continual Learning datasets.
I wanted to ask regarding the label mapping when we are the task 2 of class incremental training. Let's say I am training on CIFAR100 on an increment of 10 classes in each task. The first training will have labels [0,1,2,3,4,5,6,7,8,9]. For the second task, the labels are [10,11,12,13,14,15,16,17,18,19]. Do you map these to [0,1,2,3,4,5,6,7,8,9] or use some other loss function instead of cross entropy? If you map it, can you please point out the code peice. And how do you handle this at inference time?
Thanks in Advance.
Metadata
Metadata
Assignees
Labels
No labels