Upload 2 files
Browse files- pytorch-nightly.csv +19 -0
- reduce-overhead.csv +17 -0
pytorch-nightly.csv
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task,model,GPU,batch size,with torch.compile,without torch.compile
|
| 2 |
+
image classification,BeiT,A100,unbatched,6.954,12.462
|
| 3 |
+
image classification,BeiT,A100,4,12.851,14.109
|
| 4 |
+
image classification,BeiT,A100,16,42.147,42.179
|
| 5 |
+
object detection,DETR,A100,unbatched,15.221,30.484
|
| 6 |
+
object detection,DETR,A100,4,30.942,46.816
|
| 7 |
+
object detection,DETR,A100,16,163.706,163.749
|
| 8 |
+
image classification,BeiT,T4,unbatched,14.052,14.408
|
| 9 |
+
image classification,BeiT,T4,4,46.604,47.381
|
| 10 |
+
image classification,BeiT,T4,16,42.147,42.179
|
| 11 |
+
object detection,DETR,T4,unbatched,53.481,68.382
|
| 12 |
+
object detection,DETR,T4,4,204.785,269.615
|
| 13 |
+
object detection,DETR,T4,16,OOM,OOM
|
| 14 |
+
image classification,BeiT,V100,unbatched,7.926,13.477
|
| 15 |
+
image classification,BeiT,V100,4,14.378,15.103
|
| 16 |
+
image classification,BeiT,V100,16,51.691,52.517
|
| 17 |
+
object detection,DETR,V100,unbatched,19.077,28.706
|
| 18 |
+
object detection,DETR,V100,4,62.949,88.402
|
| 19 |
+
object detection,DETR,V100,16,OOM,OOM
|
reduce-overhead.csv
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task,model,GPU,batch size,with torch.compile,without torch.compile
|
| 2 |
+
image classification,ConvNeXT,A100,unbatched,7.335,11.758
|
| 3 |
+
image classification,ConvNeXT,A100,4,21.49,23.171
|
| 4 |
+
image classification,ResNet,A100,unbatched,3.801,7.435
|
| 5 |
+
image classification,ResNet,A100,4,2.187,7.261
|
| 6 |
+
object detection,Conditional-DETR,A100,unbatched,11.627,32.823
|
| 7 |
+
object detection,Conditional-DETR,A100,4,33.831,50.622
|
| 8 |
+
image segmentation,MobileNet,A100,unbatched,4.244,9.869
|
| 9 |
+
image segmentation,MobileNet,A100,4,7.946,14.385
|
| 10 |
+
image classification,ConvNeXT,T4,unbatched,31.84,32.137
|
| 11 |
+
image classification,ConvNeXT,T4,4,110.209,120.944
|
| 12 |
+
image classification,ResNet,T4,unbatched,7.698,9.761
|
| 13 |
+
image classification,ResNet,T4,4,13.871,15.215
|
| 14 |
+
object detection,Conditional-DETR,T4,unbatched,57.66,72.15
|
| 15 |
+
object detection,Conditional-DETR,T4,4,247.543,301.494
|
| 16 |
+
image segmentation,MobileNet,T4,unbatched,19.339,22.266
|
| 17 |
+
image segmentation,MobileNet,T4,4,50.983,78.311
|