提交 01474d3b 编写于 作者: L lyuwenyu 提交者: jzhang533

update docs

上级 a8fec662
...@@ -1032,7 +1032,8 @@ class Model(object): ...@@ -1032,7 +1032,8 @@ class Model(object):
a numpy array or paddle.Tensor, or a list of arrays or tensors a numpy array or paddle.Tensor, or a list of arrays or tensors
(in case the model has multiple labels). If has no labels, (in case the model has multiple labels). If has no labels,
set None. Default is None. set None. Default is None.
update (bool): Whether update parameters after loss.backward() computing. Using it to accumulate gradients. Default is True. update (bool): Whether update parameters after loss.backward() computing.
Using it to accumulate gradients. Default is True.
Returns: Returns:
A list of scalar training loss if the model has no metrics, A list of scalar training loss if the model has no metrics,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册