Porting Modes

You have the following two options for porting your script developed based on the TensorFlow Python APIs to the Ascend AI Processor:

  • Automated Porting

    Algorithm engineers can use the porting tool to analyze the support for TensorFlow and Horovod Python APIs on the Ascend AI Processor, and automatically port native TensorFlow scripts to those supported by the Ascend AI Processor. For unportable APIs, modify your scripts according to the tool report.

  • Manual porting

    Algorithm engineers can modify TensorFlow scripts to adapt them to the Ascend AI Processor. This method is more complex. The more friendly automated porting mode is recommended.