I directly executed the main file, but encountered an error in loader.py on line 106:
assert n_classes % self.n_tasks == 0
I used the Core50 dataset, which has 50 classes, while n_tasks is set to 17. How should I handle this step?
If I don't make any changes to this part, can the original code still run successfully? I'm not sure whether to modify the code because I trust your code.
If you can answer my question, I would be very grateful.Thank you!
I directly executed the main file, but encountered an error in loader.py on line 106:
assert n_classes % self.n_tasks == 0I used the Core50 dataset, which has 50 classes, while n_tasks is set to 17. How should I handle this step?
If I don't make any changes to this part, can the original code still run successfully? I'm not sure whether to modify the code because I trust your code.
If you can answer my question, I would be very grateful.Thank you!