diff --git a/troubleshooter/docs/api/widget/loss_compare.md b/troubleshooter/docs/api/widget/loss_compare.md index 9644f36..4f8ee99 100644 --- a/troubleshooter/docs/api/widget/loss_compare.md +++ b/troubleshooter/docs/api/widget/loss_compare.md @@ -51,4 +51,4 @@ ts.widget.loss_compare(left_file, right_file) ### 使用说明 1. 跟据loss_tag进行日志解析,生成的loss曲线比对图中横坐标为解析的loss值个数,并非日志中的迭代数。 -2. 使用时两份日志的loss打印间隔请保持一直。 +2. 使用时两份日志的loss打印间隔请保持一致。 diff --git a/troubleshooter/docs/api_summary.md b/troubleshooter/docs/api_summary.md index 1568cdf..e897372 100644 --- a/troubleshooter/docs/api_summary.md +++ b/troubleshooter/docs/api_summary.md @@ -58,3 +58,4 @@ | ------------------------------------------------------------ | ----------------------- | | [troubleshooter.widget.fix_random](api/widget/fix_random.md) | 固定随机性 | | [troubleshooter.widget.precision_tracker](api/widget/precision_tracker.md) | 算子升/降精度标识工具 | +| [troubleshooter.widget.loss_compare](api/widget/loss_compare.md) | loss比对工具 |