ICarl strategy returns an error with Core50 benchmark:
scenario = CORe50(scenario="nc", run=9)
The error is:
AttributeError: 'GenericCLScenario' object has no attribute 'n_classes_per_exp'
Other nc benchmarks belong to "NCScenario" class and this issue does not appear.
ICarl strategy returns an error with Core50 benchmark:
scenario = CORe50(scenario="nc", run=9)The error is:
AttributeError: 'GenericCLScenario' object has no attribute 'n_classes_per_exp'Other nc benchmarks belong to "NCScenario" class and this issue does not appear.