Instructions

Overview

Use the data dump function only in development and debugging scenarios. Turn off the data dump switch after production deployment to prevent potential security risks that could be introduced by attackers.

  • Recommended environment configuration for the accuracy comparison tool: 8-core CPU at 2.6 GHz with 16 GB memory. A lower configuration will slow the comparison process.
  • Ensure that the running user has the read, or read and write permissions on the paths described in this document.
  • You are advised to use this tool as a common user instead of a high-privilege user to avoid privilege escalation risks.
  • Accuracy comparison of a single-operator network is not supported.
  • For details about supported Python versions, see Appendix A: Reference > Dependencies in the CANN Software Installation Guide.
  • The following dump data types are supported:
    • FLOAT
    • FLOAT16
    • DT_INT8
    • DT_UINT8
    • DT_INT16
    • DT_UINT16
    • DT_INT32
    • DT_INT64
    • DT_UINT32
    • DT_UINT64
    • DT_BOOL
    • DT_DOUBLE
    • DT_BFLOAT16

      If data of the DT_BFLOAT16 type exists on the network, run the pip3 install bfloat16ext command to install the corresponding dependency.