!108 dataset: remove feed mode in comment

Merge pull request !108 from ms_yan/feed_mode
This commit is contained in:
mindspore-ci-bot 2020-04-02 21:48:15 +08:00 committed by Gitee
commit b8bfaeb65a
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ class Dataset:
Note: Note:
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 (feed mode), here repeat operation is invalid. If dataset_sink_mode is False, here repeat operation is invalid.
Args: Args:
count (int): Number of times the dataset should be repeated (default=None). count (int): Number of times the dataset should be repeated (default=None).