I want to change the number of classes in first group. Use cifar100, let the number of classes in first group is 10, and then train the 90 classes in the incremental way. Can I just modify the '--nb_cl_fg' in the argparse, or need to do something else?
Hello,
I want to change the number of classes in first group. Use cifar100, let the number of classes in first group is 10, and then train the 90 classes in the incremental way. Can I just modify the '--nb_cl_fg' in the argparse, or need to do something else?
Thank you.