Troubleshoot¶
How to generate Debug Dump Binaries (DDB)¶
The DDB contains useful information for functional debugging of the RBLN NPU, such as the input of the RBLN Compiler, the error log of each compile pass, and the progress status of the compilation. Note that all DDB files are securely encrypted.
You can generate the DDB by setting the environment variable RBLN_DEBUG_LEVEL:
RBLN_DEBUG_LEVEL=1:DDBgeneration, without model parametersRBLN_DEBUG_LEVEL=2:DDBgeneration, including model parameters
Setting RBLN_DEBUG_LEVEL=2 is better for debugging, but if it is not possible to share the model parameters, setting RBLN_DEBUG_LEVEL=1 is a suitable option.
Here is an example of how to generate the DDB for the PyTorch ResNet50 model in the RBLN Model Zoo:
You can see:
We recommend that you create a tar ball containing all DDB files and submit it via RBLN Portal > Technical Supports with detailed descriptions for further assistance: