Preparing Model Files and Data
Add model files and image datasets for inference based on the actual application scenario.
- Convert your model.
Before adding a model file, convert the model trained in a third-party framework to an Offline model adapted to the Ascend AI Processor (.om). For details, see Model Conversion and Tuning.
- Add one or more model files.
Upload the prepared .om model file to the created project.
- Prepare inference data.
Prepare the data required for inference and upload the data to the application project directory.
Parent topic: Developing an Application Based on AscendCL