Skip to content

doc: 完成了采样器初版文档。

郑旭晖 requested to merge sampler into main

feat: 完成了trainntest.py,实现了自动化训练和筛选模型。 feat: 为采样器添加了自动停止Tracing功能,便于自动进入数据处理。 feat: 将T0级最高模型精度提升到0.92。 feat: 为sampler.h添加__attribute__((constructor)),并编译为共享库,便于进行preload零侵入组件初始化。 fix: 修复了sampler.py预测前未进行特征标准化的bug。

Merge request reports