Core50 benchmark with ICARL strategy
See original GitHub issueICarl 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.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Continuous Learning Benchmarks - CORe50 - GitHub Pages
Continuous Learning Benchmarks. In this constantly updated page we keep track and categorize the most popular benchmarks for Continuous Learning (CL).
Read more >Accuracy results on the CORe50 NICv2 -391 benchmark of ...
In Figure 6, we show the iCaRL accuracy over time and compare it with AR1*free (conv5 4/dw), AR1* (pool6) as well as the...
Read more >CORe50: a New Dataset and Benchmark for Continuous ...
In the context of real-world object recognition applications (e.g., robotic vision), where continuous learning is crucial, very few datasets and ...
Read more >arXiv:2203.10317v1 [cs.LG] 19 Mar 2022 - Zenodo
sively compare replay-based strategies on different benchmarks and settings to ... ICarl. Fig. 4. CORe50-NC memory-accuracy.
Read more >avalanche.benchmarks.classic.CORe50
Creates a CL benchmark for CORe50. If the dataset is not present in the computer, this method will automatically download and store it....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As a quick fix, you can easily compute
n_classes_per_exp
yourself by usingexp.dataset.targets
.I have the same problem with ego objects benchmark and icarl. Is it still not fixed?