Skip to main content

CV Benchmarks

The latest computer vision results from Ross Wightman's benchmarks
Created on April 2|Last edited on April 2
The latest benchmarks from Ross Wightman's testing. All data is pulled from his /pytorch-image-models (aka timm) repo. Published with this repl on Replit


ImageNet

Top 10 Models on ImageNet by Top1 Accuracy



Run: silver-thunder-1
1


All ImageNet Results


Run set
2


Weave expression for Top10 Models

runs
.summary["results-imagenet"][0]
.table
.rows
.filter(
(row) => row["top1"] >=
runs
.summary["results-imagenet"][0]
.table
.rows["top1"][9]
)