Skip to content

Commit

Permalink
add loss compare doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fandawei committed Apr 2, 2024
1 parent cf3d571 commit c17e22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion troubleshooter/docs/api/widget/loss_compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ ts.widget.loss_compare(left_file, right_file)

### 使用说明
1. 跟据loss_tag进行日志解析,生成的loss曲线比对图中横坐标为解析的loss值个数,并非日志中的迭代数。
2. 使用时两份日志的loss打印间隔请保持一直
2. 使用时两份日志的loss打印间隔请保持一致
1 change: 1 addition & 0 deletions troubleshooter/docs/api_summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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比对工具 |

0 comments on commit c17e22f

Please sign in to comment.