2.6K Star 8.6K Fork 4.8K

GVPMindSpore/mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.dataset.deserialize.rst 863 Bytes
一键复制 编辑 原始数据 按行查看 历史
luojianing 提交于 2023-05-04 10:02 . add ` for values

mindspore.dataset.deserialize

.. py:function:: mindspore.dataset.deserialize(input_dict=None, json_filepath=None)

    数据处理管道反序列化,支持输入Python字典或使用 `mindspore.dataset.serialize()` 接口生成的JSON文件。

    参数:
        - **input_dict** (dict) - 以Python字典存储的数据处理管道。默认值: ``None`` 。
        - **json_filepath** (str) - 数据处理管道JSON文件的路径,该文件以通用JSON格式存储了数据处理管道信息,用户可通过 `mindspore.dataset.serialize()` 接口生成。默认值: ``None`` 。

    返回:
        当反序列化成功时,将返回Dataset对象;当无法被反序列化时,deserialize将会失败,且返回None。

    异常:
        - **OSError** - 无法打开 `json_filepath` 指定的文件。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
r2.3.1

搜索帮助