Troubleshooting Workflow
Inference Scenario
Figure 1 Troubleshooting workflow in inference scenario


- Encounter an AI Core error in the inference process.
- Configure the AI Core Error Analyzer parameters including op_debug_level and debug_dir, for locating the code line numbers of error operators.
- Convert the model again to generate an instruction mapping file.
- Analyze the error using the AI Core Error Analyzer.
Training Scenario
Figure 2 Troubleshooting workflow in training scenario


- Encounter an AI Core error in the model training process.
- Configure the AI Core Error Analyzer parameters, including:
- op_debug_level for locating the code line numbers of error operators.
- enable_exception_dump for dumping error operators.
- Run the model training script again to generate an instruction mapping file and a dump file of each error operator.
- Analyze the error using the AI Core Error Analyzer.
Parent topic: AI Core Error Analysis