Browse Source

fix dataset format

tags/v0.3.0-alpha
panfengfeng 5 years ago
parent
commit
36a935f701
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

@@ -925,7 +925,7 @@ class Dataset:
Args:
condition_name (str): The condition name that is used to toggle sending next row
num_batch (int or None): The number of batches(rows) that are released
When num_batch is None, it will default to the number specified by the sync_wait operator
When num_batch is None, it will default to the number specified by the sync_wait operator
data (dict or None): The data passed to the callback
"""
notifiers_dict = self.get_sync_notifiers()


Loading…
Cancel
Save