This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4AH-Q1: When we test our model in SDK 9.2, we find that the results on the board does not match the simulation results and custom layer cannot remove the pad of the model output

Part Number: TDA4AH-Q1

Tool/software:

When we test our models in SDK 9.2, we have identified the following three issues:

  1. the result is different between board and simulation(inconsistent_board_and_simulation folder)
  2. when we add a simple custom layer on the output layer of the network which we provide, the result is different between board and simulation, however it is always right when we add the same custom layer after other network(inconsistent_board_and_simulation_after_add_custom_layer folder)
  3. the custom layer can remove pad,but we find that the output pads of custom layer sometimes still exist(cannot_remove_pad folder )

To facilitate the verification of these issues, we have provided the model and the code for the custom layer(located in thec7x-mma-tidl folder). The SDK version we use is SDK9.2 and ti_dl version we use is 10.1. We provide reproduction materials in the folders and we hope it can be solved as soon as possible.

reproduction materials link:

/cfs-file/__key/communityserver-discussions-components-files/791/reproduction_5F00_materials.zip

Thanks!