Introduction
The analysis and migration tools described in this chapter provide the capabilities of migrating PyTorch and TensorFlow training scripts to MindSpore or the Ascend NPU platform, with no or minimal changes to the code. For details, see the following sections.
- X2MindSpore migrates PyTorch and TensorFlow training scripts to code that can run in MindSpore.
- PyTorch GPU2Ascend analyzes operators supported by PyTorch training scripts and migrates the scripts from GPU platforms to the Ascend NPU platform.
Before using the analysis and migration tools to migrate data, check whether the parameters in the original project are accurate and can be properly executed.
Parent topic: Analysis and Migration