You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(stat): Caculate correct fitting stat when using default fparam and using share fitting. (#5038)
In this PR:
1. Support writing fitting stat to `stat_file` and loading fitting stat
from `stat_file`
2. Ensure the fitting stat calculate is correct when using
`default_fparam`
3. Support sharing fitting stat when using `share_fitting` in multitask
mode.
4. Print the process of calculating fitting stat to the board via
`log.info`.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Default frame parameters auto-fill missing samples and are exposed via
a new accessor.
* Compute/load/save per-parameter statistics to/from optional stat
files.
* Multitask training adds probability-weighted parameter sharing and
propagates default fparam into data requirements.
* Statistic items support scalar scaling for aggregation.
* **Refactor**
* Parameter-sharing and statistic-propagation flows reorganized for
consistent buffering and persistence.
* **Tests**
* New tests and test data for stats computation, persistence, and
multitask sharing.
<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: Chenqqian Zhang <100290172+Chengqian-Zhang@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments