IlyasMoutawwakil HF staff commited on
Commit
766ac3a
·
verified ·
1 Parent(s): 6c9a9d0

Upload cuda_training_transformers_image-classification_google/vit-base-patch16-224/benchmark_report.json with huggingface_hub

Browse files
cuda_training_transformers_image-classification_google/vit-base-patch16-224/benchmark_report.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 1446.354944,
6
+ "max_global_vram": 2628.255744,
7
+ "max_process_vram": 0.0,
8
+ "max_reserved": 1956.642816,
9
+ "max_allocated": 1756.126208
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 5,
14
+ "total": 0.48406525039672854,
15
+ "mean": 0.09681305007934571,
16
+ "stdev": 0.1110534407118009,
17
+ "p50": 0.04146995162963867,
18
+ "p90": 0.20794796142578126,
19
+ "p95": 0.26343380432128904,
20
+ "p99": 0.3078224786376953,
21
+ "values": [
22
+ 0.3189196472167969,
23
+ 0.04103168106079102,
24
+ 0.041490432739257815,
25
+ 0.04146995162963867,
26
+ 0.04115353775024414
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 103.29185984538483
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 1446.354944,
40
+ "max_global_vram": 2628.255744,
41
+ "max_process_vram": 0.0,
42
+ "max_reserved": 1956.642816,
43
+ "max_allocated": 1756.126208
44
+ },
45
+ "latency": {
46
+ "unit": "s",
47
+ "count": 2,
48
+ "total": 0.3599513282775879,
49
+ "mean": 0.17997566413879396,
50
+ "stdev": 0.13894398307800293,
51
+ "p50": 0.17997566413879396,
52
+ "p90": 0.2911308506011963,
53
+ "p95": 0.30502524890899657,
54
+ "p99": 0.31614076755523685,
55
+ "values": [
56
+ 0.3189196472167969,
57
+ 0.04103168106079102
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 22.225227055782792
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 1446.354944,
71
+ "max_global_vram": 2628.255744,
72
+ "max_process_vram": 0.0,
73
+ "max_reserved": 1956.642816,
74
+ "max_allocated": 1756.126208
75
+ },
76
+ "latency": {
77
+ "unit": "s",
78
+ "count": 3,
79
+ "total": 0.12411392211914063,
80
+ "mean": 0.041371307373046874,
81
+ "stdev": 0.00015421321911462263,
82
+ "p50": 0.04146995162963867,
83
+ "p90": 0.04148633651733399,
84
+ "p95": 0.0414883846282959,
85
+ "p99": 0.041490023117065435,
86
+ "values": [
87
+ 0.041490432739257815,
88
+ 0.04146995162963867,
89
+ 0.04115353775024414
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 145.02804917180256
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }