Skip to content

Commit

Permalink
Update Callback_cn.rst (PaddlePaddle#5665)
Browse files Browse the repository at this point in the history
* fix docs bugs

* fix known bugs
  • Loading branch information
timerring authored Mar 8, 2023
1 parent 4f5ff05 commit 553aa0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api/paddle/callbacks/Callback_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ set_params(params)

设置参数,类型是 dict,包含字段如下:

- 'batch_size':整数,批大小
- ‘epochs’:整数,总共 epochs
- 'steps':整数,一个 epoch 内的 step 数
- 'verbose':整数,0,1,2,表示输出信息的模式,0 是静默模式,1 是进度条模式,2 是每次打印一行。
- batch_size:整数,批大小
- ‘epochs’:整数,总共 epochs
- steps:整数,一个 epoch 内的 step 数
- verbose:整数,0,1,2,表示输出信息的模式,0 是静默模式,1 是进度条模式,2 是每次打印一行。
- ‘metrics’:字符串数组,评估指标的名字,包含’loss‘,以及 paddle.metric.Metric 获取的名字。

set_model(model)
Expand Down

0 comments on commit 553aa0f

Please sign in to comment.