From d2d442a21fe32cf960d1e44282392bbceb52171e Mon Sep 17 00:00:00 2001 From: ms_yan Date: Wed, 15 Sep 2021 09:29:23 +0800 Subject: [PATCH] modify description of cache --- mindspore/dataset/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mindspore/dataset/__init__.py b/mindspore/dataset/__init__.py index 73a2fd62bba..744f6b95279 100644 --- a/mindspore/dataset/__init__.py +++ b/mindspore/dataset/__init__.py @@ -19,8 +19,9 @@ their own datasets with this module. Besides, this module provides APIs to sample data while loading. -Please notice that cache is not supported on Windows platform yet. Please do not use it -while loading and processing data on Windows. +We can enable cache in most of the dataset with its key arguments 'cache'. Please notice that cache is not supported +on Windows platform yet. Do not use it while loading and processing data on Windows. More introductions and limitations +can refer `Single-Node Tensor Cache `_. """ from .core import config