IlyasMoutawwakil HF staff commited on
Commit
18755b1
1 Parent(s): 0993aa4

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

Browse files
cpu_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": 2442.985472,
6
+ "max_global_vram": null,
7
+ "max_process_vram": null,
8
+ "max_reserved": null,
9
+ "max_allocated": null
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 5,
14
+ "total": 7.2970974209999895,
15
+ "mean": 1.459419484199998,
16
+ "stdev": 0.05210139006345095,
17
+ "p50": 1.4401334369999859,
18
+ "p90": 1.521250764199999,
19
+ "p95": 1.5379663595999886,
20
+ "p99": 1.5513388359199802,
21
+ "values": [
22
+ 1.5546819549999782,
23
+ 1.4241662819999874,
24
+ 1.4401334369999859,
25
+ 1.4711039780000306,
26
+ 1.4070117690000075
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 6.852039532336137
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 2442.985472,
40
+ "max_global_vram": null,
41
+ "max_process_vram": null,
42
+ "max_reserved": null,
43
+ "max_allocated": null
44
+ },
45
+ "latency": {
46
+ "unit": "s",
47
+ "count": 2,
48
+ "total": 2.9788482369999656,
49
+ "mean": 1.4894241184999828,
50
+ "stdev": 0.06525783649999539,
51
+ "p50": 1.4894241184999828,
52
+ "p90": 1.541630387699979,
53
+ "p95": 1.5481561713499787,
54
+ "p99": 1.5533767982699782,
55
+ "values": [
56
+ 1.5546819549999782,
57
+ 1.4241662819999874
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 2.6856017371522416
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 2442.985472,
71
+ "max_global_vram": null,
72
+ "max_process_vram": null,
73
+ "max_reserved": null,
74
+ "max_allocated": null
75
+ },
76
+ "latency": {
77
+ "unit": "s",
78
+ "count": 3,
79
+ "total": 4.318249184000024,
80
+ "mean": 1.4394163946666747,
81
+ "stdev": 0.02617044676610726,
82
+ "p50": 1.4401334369999859,
83
+ "p90": 1.4649098698000216,
84
+ "p95": 1.4680069239000262,
85
+ "p99": 1.4704845671800297,
86
+ "values": [
87
+ 1.4401334369999859,
88
+ 1.4711039780000306,
89
+ 1.4070117690000075
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 4.1683560241714614
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }