Class-IL Permuted MNIST #609
-
I'm trying to set up a class incremental learning scenario using the Permuted MNIST task protocol. I modified the PermutedMNIST() method from cmnist.py so that an
Below are some of the sampled image/label pairs from each of the resulting experiences. This looks correct to me since at test time the network will only see Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @christam96 ! Yes, by looking at the labels tensor you have the result seems to be correct. You are in a class-incremental setting, just set the output layer of your model to have the appropriate number of units and you are good to go. |
Beta Was this translation helpful? Give feedback.
Hi @christam96 ! Yes, by looking at the labels tensor you have the result seems to be correct. You are in a class-incremental setting, just set the output layer of your model to have the appropriate number of units and you are good to go.