Part Number: TDA2PXEVM
Other Parts Discussed in Thread: TDA2
Hi
I get some accuracy problems with caffemodel importing.
Here is my steps:
a) Use tidl_model_import.out.exe convert regnet.prototxt/caffemodel to tidl_param/bin
b) Compare each layer's output : onnx vs trace_dump_idx_wxh.y
c) I find the first conv layer(with bn & relu) matched well(error < 1%)
d) But conv_layer with no relu(which are inputs of eltwise_layer) cannot match original model layer's outputs
I put a snapshot below : conv layers in green rect match, but conv layer without relu in red circle not match.
So, is relu strictedly demanded to place after conv layer? Or this is just bugs in import tool?
I upload my model and tools for analysis.
