Hi,
We are facing some mismatch in executing a custom NN in host emulation and on target. Actually, in host emulation, the output is perfectly fine, whereas on target our net outputs data resembling random input.
We have analyzed that the input layer is identical in both cases, so we need to debug the net execution itself.
1) Is there any obvious reason (like in TIDL conversion) that can cause this behavior?
2) Is there a way to dump the layer activations from the C7 while executing a demo app using Linux and tiovx? Or do we have to connect via CCS and load the binaries etc. manually?
Regards
Dom