Part Number: TDA4VM
Dear TI Team,
I have a resnet model with a custom layer as final layer.
When I generated inference results with a large image lists, It showed segmentation fault at specified frame.
It's fine at sdk7.3 and 8.2, but failure in sdk 8.4 .
I find the structure of sTIDL_Layer_t is different between sdk 8.2 and sdk 8.4 . Then I try to print the memory size (sysMems) in custom layer,
it seems that the memory will decrease continuously until it's out of memery.
Kindly let me know the cause for the error and also possible solution to fix it .
Amy