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

pull/873/head
cathwong 5 years ago committed by Gitee
parent 8d3695f666
commit 1db48ba835

@ -455,7 +455,7 @@ class Dataset:
The order of using repeat and batch reflects the number of batches. Recommend that
repeat operation should be used after batch operation.
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.
Args:

Loading…
Cancel
Save