Upload 3 files
Browse files- a100-benchmarks.csv +35 -0
- t4-benchmarks.csv +35 -0
- v100-benchmarks.csv +35 -0
a100-benchmarks.csv
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
task,model,GPU,batch size,with torch.compile,without torch.compile
|
2 |
+
image classification,ViT,A100,1,7.584,9.325
|
3 |
+
image classification,BeiT,A100,1,8.448,11.282
|
4 |
+
image classification,ConvNeXT,A100,1,10.208,10.41
|
5 |
+
image classification,ResNet,A100,1,4.124,6.531
|
6 |
+
object detection,DETR,A100,1,19.04,34.619
|
7 |
+
object detection,OwlViT,A100,1,18.42,24.978
|
8 |
+
object detection,Resnet-101,A100,1,18.197,36.276
|
9 |
+
object detection,Conditional-DETR,A100,1,17.993,31.219
|
10 |
+
image segmentation,Segformer,A100,1,10.5,11.759
|
11 |
+
image segmentation,Mask2former,A100,1,49.117,60.188
|
12 |
+
image segmentation,Maskformer,A100,1,59.487,75.764
|
13 |
+
image segmentation,MobileNet,A100,1,3.974,8.583
|
14 |
+
image classification,ViT,A100,4,14.499,14.832
|
15 |
+
image classification,BeiT,A100,4,13.048,13.205
|
16 |
+
image classification,ConvNeXT,A100,4,21.631,22.94
|
17 |
+
image classification,ResNet,A100,4,4.268,6.657
|
18 |
+
object detection,DETR,A100,4,32.418,48.657
|
19 |
+
object detection,Resnet-101,A100,4,44.998,68.101
|
20 |
+
object detection,Conditional-DETR,A100,4,35.552,56.47
|
21 |
+
image segmentation,Segformer,A100,4,16.476,18.838
|
22 |
+
image segmentation,Mask2former,A100,4,61.781,74.277
|
23 |
+
image segmentation,Maskformer,A100,4,159.116,180.7
|
24 |
+
image segmentation,MobileNet,A100,4,8.515,14.174
|
25 |
+
image classification,ViT,A100,16,40.01,40.944
|
26 |
+
image classification,BeiT,A100,16,41.048,41.854
|
27 |
+
image classification,ConvNeXT,A100,16,75.561,82.258
|
28 |
+
image classification,ResNet,A100,16,5.024,7.018
|
29 |
+
object detection,DETR,A100,16,161.902,164.382
|
30 |
+
object detection,Resnet-101,A100,16,155.021,232.887
|
31 |
+
object detection,Conditional-DETR,A100,16,124.032,180.491
|
32 |
+
image segmentation,Segformer,A100,16,31.144,37.005
|
33 |
+
image segmentation,Mask2former,A100,16,154.814,178.945
|
34 |
+
image segmentation,Maskformer,A100,16,579.826,638.57
|
35 |
+
image segmentation,MobileNet,A100,16,30.31,51.693
|
t4-benchmarks.csv
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
task,model,GPU,batch size,with torch.compile,without torch.compile
|
2 |
+
image classification,ViT,V100,1,15.786,16.52
|
3 |
+
image classification,BeiT,V100,1,15.71,16.464
|
4 |
+
image classification,ConvNeXT,V100,1,30.845,32.932
|
5 |
+
image classification,ResNet,V100,1,4.321,6.031
|
6 |
+
object detection,DETR,V100,1,53.99,73.1
|
7 |
+
object detection,OwlViT,V100,1,51.105,53.634
|
8 |
+
object detection,Resnet-101,V100,1,82.566,106.622
|
9 |
+
object detection,Conditional-DETR,V100,1,56.984,77.594
|
10 |
+
image segmentation,Segformer,V100,1,14.205,16.116
|
11 |
+
image segmentation,Mask2former,V100,1,66.815,79.192
|
12 |
+
image segmentation,Maskformer,V100,1,188.268,200.026
|
13 |
+
image segmentation,MobileNet,V100,1,11.997,18.908
|
14 |
+
image classification,ViT,V100,4,43.626,43.653
|
15 |
+
image classification,BeiT,V100,4,51.354,52.007
|
16 |
+
image classification,ConvNeXT,V100,4,105.58,119.259
|
17 |
+
image classification,ResNet,V100,4,11.388,13.039
|
18 |
+
object detection,DETR,V100,4,268.003,277.85
|
19 |
+
object detection,Resnet-101,V100,4,357.614,421.859
|
20 |
+
object detection,Conditional-DETR,V100,4,226.945,289.002
|
21 |
+
image segmentation,Segformer,V100,4,42.445,45.327
|
22 |
+
image segmentation,Mask2former,V100,4,184.67,201.54
|
23 |
+
image segmentation,Maskformer,V100,4,711.28,764.052
|
24 |
+
image segmentation,MobileNet,V100,4,48.677,74.289
|
25 |
+
image classification,ViT,V100,16,160.907,163.914
|
26 |
+
image classification,BeiT,V100,16,187.976,188.978
|
27 |
+
image classification,ConvNeXT,V100,16,388.078,422.886
|
28 |
+
image classification,ResNet,V100,16,37.604,44.114
|
29 |
+
object detection,DETR,V100,16,OOM,OOM
|
30 |
+
object detection,Resnet-101,V100,16,1262.758,1619.505
|
31 |
+
object detection,Conditional-DETR,V100,16,897.39,1137.513
|
32 |
+
image segmentation,Segformer,V100,16,163.62,192.412
|
33 |
+
image segmentation,Mask2former,V100,16,695.291,756.337
|
34 |
+
image segmentation,Maskformer,V100,16,2656.88,2842.94
|
35 |
+
image segmentation,MobileNet,V100,16,201.942,299.003
|
v100-benchmarks.csv
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
task,model,GPU,batch size,with torch.compile,without torch.compile
|
2 |
+
image classification,ViT,V100,1,6,10.495
|
3 |
+
image classification,BeiT,V100,1,7.234,11.347
|
4 |
+
image classification,ConvNeXT,V100,1,10.412,11.623
|
5 |
+
image classification,ResNet,V100,1,3.82,6.484
|
6 |
+
object detection,DETR,V100,1,19.388,33.951
|
7 |
+
object detection,OwlViT,V100,1,22.395,25.769
|
8 |
+
object detection,Resnet-101,V100,1,28.367,52.818
|
9 |
+
object detection,Conditional-DETR,V100,1,20.816,39.512
|
10 |
+
image segmentation,Segformer,V100,1,5.862,13.321
|
11 |
+
image segmentation,Mask2former,V100,1,49.873,64.64
|
12 |
+
image segmentation,Maskformer,V100,1,72.207,95.532
|
13 |
+
image segmentation,MobileNet,V100,1,4.753,9.217
|
14 |
+
image classification,ViT,V100,4,14.501,15.181
|
15 |
+
image classification,BeiT,V100,4,14.753,15.171
|
16 |
+
image classification,ConvNeXT,V100,4,27.085,29.574
|
17 |
+
image classification,ResNet,V100,4,4.731,6.109
|
18 |
+
object detection,DETR,V100,4,64.195,88.529
|
19 |
+
object detection,Resnet-101,V100,4,101.304,134.672
|
20 |
+
object detection,Conditional-DETR,V100,4,69.739,97.464
|
21 |
+
image segmentation,Segformer,V100,4,16.188,16.787
|
22 |
+
image segmentation,Mask2former,V100,4,76.926,90.402
|
23 |
+
image segmentation,Maskformer,V100,4,205.456,234.261
|
24 |
+
image segmentation,MobileNet,V100,4,14.816,24.623
|
25 |
+
image classification,ViT,V100,16,51.633,52.209
|
26 |
+
image classification,BeiT,V100,16,53.581,53.938
|
27 |
+
image classification,ConvNeXT,V100,16,100.771,109.682
|
28 |
+
image classification,ResNet,V100,16,12.089,14.857
|
29 |
+
object detection,DETR,V100,16,OOM,OOM
|
30 |
+
object detection,Resnet-101,V100,16,361.843,482.425
|
31 |
+
object detection,Conditional-DETR,V100,16,255.298,344.661
|
32 |
+
image segmentation,Segformer,V100,16,55.499,61.013
|
33 |
+
image segmentation,Mask2former,V100,16,222.801,249.605
|
34 |
+
image segmentation,Maskformer,V100,16,743.645,831.142
|
35 |
+
image segmentation,MobileNet,V100,16,55.365,93.129
|