Tool/software:
When we test our models in SDK 9.2, we have identified the following three issues:
- the result is different between board and simulation(inconsistent_board_and_simulation folder)
- 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)
- 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!