Browse Source

!873 【轻量级 PR】:update mindspore/dataset/engine/datasets.py. Fix typo.

Merge pull request !873 from cathwong/N/A
tags/v0.3.0-alpha
mindspore-ci-bot Gitee 5 years ago
parent
commit
b28d9d13db
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/dataset/engine/datasets.py

+ 1
- 1
mindspore/dataset/engine/datasets.py View File

@@ -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