提交 1db48ba8 编写于 作者: C cathwong 提交者: Gitee

update mindspore/dataset/engine/datasets.py. Fix typo.

上级 8d3695f6
...@@ -455,7 +455,7 @@ class Dataset: ...@@ -455,7 +455,7 @@ class Dataset:
The order of using repeat and batch reflects the number of batches. Recommend that The order of using repeat and batch reflects the number of batches. Recommend that
repeat operation should be used after batch operation. repeat operation should be used after batch operation.
If dataset_sink_mode is False, here repeat operation is invalid. If dataset_sink_mode is False, here repeat operation is invalid.
If dataset_sink_mode is True, repeat count should be euqal to the epoch of training. Otherwise, If dataset_sink_mode is True, repeat count should be equal to the epoch of training. Otherwise,
errors could occur since the amount of data is not the amount training requires. errors could occur since the amount of data is not the amount training requires.
Args: Args:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册