!12 mpctool: 数据采集前判断稳态条件苛刻,且不具备防抖能力
From: @queyanwen Reviewed-by: @wuhaotian315 Signed-off-by: @wuhaotian315
This commit is contained in:
commit
eb50ec825c
Binary file not shown.
12
eagle.spec
12
eagle.spec
@ -1,6 +1,6 @@
|
||||
Name: eagle
|
||||
Version: 1.0.1
|
||||
Release: 2
|
||||
Version: 1.0.2
|
||||
Release: 1
|
||||
Summary: eagle kit
|
||||
License: Mulan PSL v2
|
||||
URL: https://gitee.com/openeuler/eagle
|
||||
@ -36,6 +36,14 @@ Requires: python3-numpy python3-pandas python3-psutil python3-scipy ip
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Thur Nov 30 2023 queyanwen<queyanwen@huawei.com> - 1.0.2-1
|
||||
- The current condition for determining whether the system enters the stable state is that
|
||||
- the difference between the maximum temperature and the minimum temperature within 60s is less than 0.2 degrees.
|
||||
- This judgment is too strict and needs to be changed to 2 degrees.
|
||||
- In addition, the average fuzzy processing in five windows is used to prevent data jitter.
|
||||
- When the entire system can obtain the CPU power consumption data, the obtained CPU power consumption
|
||||
- is directly used during training, instead of obtaining the CPU power consumption by inferring.
|
||||
|
||||
* Mon Jun 12 2023 queyanwen<queyanwen@huawei.com> - 1.0.1-2
|
||||
- Optimize the accuracy of non-steady-state data prediction and training.
|
||||
- The anbient temperature check is added befor the collection is started. If the temperature is
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user