forked from mindspore-Ecosystem/mindspore
modify description of cache
This commit is contained in:
parent
79e6f81edd
commit
d2d442a21f
|
@ -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 <https://www.mindspore.cn/docs/programming_guide/en/master/cache.html>`_.
|
||||
"""
|
||||
|
||||
from .core import config
|
||||
|
|
Loading…
Reference in New Issue