[P2] A/B 输入 dtype 不一致时无告警:models.py 注释承诺的 warning 未实现 #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
现象:
models.py:93-94注释写明"A/B 同 dtype,不一致时取较大者并在校验中报 warning";全仓 grep 无任何 warning 实现(dtype_in_bytes静默取 max 后继续建模)。dtype_a != dtype_b(如 A=fp8、B=bf16 混精度)时软件静默按较大者计算数据量,用户得不到任何提示。期望:在
load_cases或evaluator._check_constraints中实现该告警;同时明确混精度对结果的影响边界。【修复说明 · 乱码重写】原评论提交时编码损坏、内容不可恢复, 以下按 git 记录 / issue 正文 / 残留文本重建 (要点级, 非逐字原稿):
[P2] A/B dtype 不一致无告警 已修复 (io_csv 解析层,
e7db521等):