334 Star 1.5K Fork 863

MindSpore / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
migrate_3rd_scripts_mindconverter.md 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
luojianing 提交于 2023-07-21 15:16 . replace target=blank

Migrating From Third Party Frameworks With MindConverter

View Source On Gitee

Overview

MindConverter is a migration tool to transform the model file of PyTorch(ONNX) or TensorFlow(PB) to MindSpore. The model file contains model structure definition(network) and weights information(weights), which will be transformed into model scripts(model.py) and weights file(ckpt) in MindSpore.

mindconverter-overview

Moreover, this tool is able to transform the model file of PyTorch to MindSpore by adding API(pytorch2mindspore) to original PyTorch scripts.

  • Due to the strategic adjustment, MindConverter will not evolve from 1.9.0 onwards. Please note that the official website documents and codes will be gradually taken off the shelves.
  • If you are interested in the MindConverter project, please move to version 1.7.0 (refer toMindConverter 1.7.0).
  • MindConverter currently only maintains version 1.6.0 and 1.7.0, and the follow-up maintenance work will also gradually incline to 1.7.0.
1
https://gitee.com/mindspore/docs.git
git@gitee.com:mindspore/docs.git
mindspore
docs
docs
r2.0

搜索帮助