question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Imagenet using the new Benchmark API

See original GitHub issue

Create Imagenet (split) as a module in avalanche/benchmarks/new_cdata_loaders.

You should use the generic functions made available in:

  • avalanche/benchmarks/scenarios/new_instances/scenario_creation.py if you want to create an NI scenario.
  • avalanche/benchmarks/scenarios/new_classes/scenario_creation.py if you want to create a NC scenario.
  • avalanche/benchmarks/scenarios/generic_scenario_creation.py if you want to create a scenario based on filelists.

Please also add a test in the tests directory using unittest.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
imprashrcommented, Jul 14, 2020

okay i’ll follow it

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImageNet Benchmarks — FFCV documentation
We benchmark our system using the ImageNet dataset, covering dataset size (storage), data loading, and end-to-end training. As we demonstrate below, FFCV ...
Read more >
Benchmark task: Full finetuning on Imagenet 1% , 10% subsets
Users can run the benchmark on 10% ImageNet subsets from SimCLR with the following command: python tools/run_distributed_engines.py ...
Read more >
The ImageNet-CoG Benchmark - GitHub
ImageNet -CoG is a benchmark for concept generalization. It provides a full evaluation framework for pre-trained visual representations which ...
Read more >
Welcome to the API docs of the ShiftHappens benchmark!
We aim to create a community-built benchmark suite for ImageNet models comprised of new datasets for OOD robustness and detection, as well as...
Read more >
ImageNet Benchmark (Image Classification) | Papers With Code
Rank Model Top 1 Accuracy Number of params Year 1 CoCa (finetuned) 91.0% 2100M 2022 2 Model soups (BASIC‑L) 90.98% 2440M 2022 3 Model soups (ViT‑G/14)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found