hshustc / CVPR19_Incremental_Learning

Learning a Unified Classifier Incrementally via Rebalancing
184 stars 43 forks source link

Changing the number of classes in first group #2

Open raygoah opened 5 years ago

raygoah commented 5 years ago

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.