Data Format Requirements
The msaccucmp.py script tool supports multiple comparison approaches. Keep the following naming conventions in mind when creating dump files and .npy files.
Data Type |
Name Format |
Note |
|---|---|---|
Dump data file of the non-quantized offline model running on the Ascend AI Processor |
{op_type}.{op_name}.{task_id}.{stream_id}.{timestamp} |
The name formats are described as follows:
Periods (.), forward slashes (/), backslashes (\), and spaces in op_type or op_name are replaced with underscores (_). |
Dump data file of the quantized offline model running on the Ascend AI Processor |
||
.npy file (Caffe, TensorFlow, or ONNX) |
{op_name}.{output_index}.{timestamp}.npy |
Parent topic: Appendixes