-
-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core50 benchmark with ICARL strategy #774
Comments
As a quick fix, you can easily compute |
Update: benchmarks created with the method Maybe is related to the generic benchmarks? |
@ggraffieti I think it's related to how the structure of the generic benchmarks is. I'd like to take up this issue. You can assign it to me. How might I approach it? @AntonioCarta @ggraffieti |
When i create a paths_benchmark, the function have the same problem. AttributeError: 'GenericCLScenario' object has no attribute 'n_classes_per_exp' |
Is still an open issue? I'm facing the same problem with ICarL implementation. |
I have the same problem with ego objects benchmark and icarl. Is it still not fixed? |
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.
The text was updated successfully, but these errors were encountered: