From 1db48ba835a07db96c1dc8dfc1efe87dbc858e76 Mon Sep 17 00:00:00 2001 From: cathwong Date: Thu, 30 Apr 2020 00:15:36 +0800 Subject: [PATCH] update mindspore/dataset/engine/datasets.py. Fix typo. --- mindspore/dataset/engine/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/dataset/engine/datasets.py b/mindspore/dataset/engine/datasets.py index 5504cc3362..be9a81411f 100644 --- a/mindspore/dataset/engine/datasets.py +++ b/mindspore/dataset/engine/datasets.py @@ -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: