remove (feed mode) in comment

This commit is contained in:
ms_yan 2020-04-02 16:07:17 +08:00
parent d8b460c780
commit c2fed0b739
1 changed files with 1 additions and 1 deletions

View File

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