Skip to content

Commit

Permalink
Merge pull request #1749 from sunya-ch/model-server
Browse files Browse the repository at this point in the history
chore: update intel_rapl_DynPowerModel from ec2-0.7.11
  • Loading branch information
sthaha authored Sep 4, 2024
2 parents 0ae3f0e + 7f66566 commit 6a76bc3
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions data/model_weight/intel_rapl_DynPowerModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"model_name": "SGDRegressorTrainer_0",
"package": {
"All_Weights": {
"Bias_Weight": 38.856412561925055,
"Bias_Weight": 89.26166499273477,
"Categorical_Variables": {},
"Numerical_Variables": {
"bpf_cpu_time_ms": {
"scale": 5911.969193263386,
"mean": 0,
"variance": 0,
"weight": 22.258830113477515
"scale": 95877.0,
"weight": 304.9021003654337
},
"bpf_page_cache_hit": {
"scale": 1.0,
"weight": 0.0
}
}
}
Expand All @@ -20,9 +22,11 @@
"Categorical_Variables": {},
"Numerical_Variables": {
"bpf_cpu_time_ms": {
"scale": 5911.969193263386,
"mean": 0,
"variance": 0,
"scale": 95877.0,
"weight": 0.0
},
"bpf_page_cache_hit": {
"scale": 1.0,
"weight": 0.0
}
}
Expand All @@ -34,24 +38,28 @@
"Categorical_Variables": {},
"Numerical_Variables": {
"bpf_cpu_time_ms": {
"scale": 5911.969193263386,
"mean": 0,
"variance": 0,
"scale": 95877.0,
"weight": 0.0
},
"bpf_page_cache_hit": {
"scale": 1.0,
"weight": 0.0
}
}
}
},
"dram": {
"All_Weights": {
"Bias_Weight": 9.080889901856153,
"Bias_Weight": 4.456733766091277,
"Categorical_Variables": {},
"Numerical_Variables": {
"bpf_cpu_time_ms": {
"scale": 5911.969193263386,
"mean": 0,
"variance": 0,
"weight": 3.0358946796490924
"scale": 95877.0,
"weight": 8.249791438136015
},
"bpf_page_cache_hit": {
"scale": 1.0,
"weight": 0.0
}
}
}
Expand Down

0 comments on commit 6a76bc3

Please sign in to comment.