IlyasMoutawwakil HF staff commited on
Commit
77f8df4
1 Parent(s): 76ee589

Upload cpu_inference_timm_image-classification_timm/resnet50.a1_in1k/benchmark_report.json with huggingface_hub

Browse files
cpu_inference_timm_image-classification_timm/resnet50.a1_in1k/benchmark_report.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "forward": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 545.984512,
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": 15,
14
+ "total": 1.0527162009999813,
15
+ "mean": 0.07018108006666542,
16
+ "stdev": 0.004227385099148537,
17
+ "p50": 0.07098819399999456,
18
+ "p90": 0.07340357139999014,
19
+ "p95": 0.07500841589999253,
20
+ "p99": 0.07761488158000247,
21
+ "values": [
22
+ 0.07227759499997433,
23
+ 0.07008305100001166,
24
+ 0.07309078599999452,
25
+ 0.07170597599997564,
26
+ 0.07098819399999456,
27
+ 0.07261515700000132,
28
+ 0.07041498099999899,
29
+ 0.07089348700000642,
30
+ 0.07142086300001438,
31
+ 0.06892199900002538,
32
+ 0.07826649800000496,
33
+ 0.07361209499998722,
34
+ 0.06191595399999983,
35
+ 0.06402905499999179,
36
+ 0.06248051000000032
37
+ ]
38
+ },
39
+ "throughput": {
40
+ "unit": "samples/s",
41
+ "value": 14.248854521048894
42
+ },
43
+ "energy": {
44
+ "unit": "kWh",
45
+ "cpu": 2.4221498202654275e-06,
46
+ "ram": 1.0122640403255008e-07,
47
+ "gpu": 0.0,
48
+ "total": 2.5233762242979777e-06
49
+ },
50
+ "efficiency": {
51
+ "unit": "samples/kWh",
52
+ "value": 396294.45279338304
53
+ }
54
+ }
55
+ }