Hi,
In TIDL doc, it is mentionned that CONV & RELU & BN will be merged to get better performance.
In my model, I have some sequence like that:
It becomes something like that in the tidl_graph:
My question is why pooling is not merged into Conv as we could expect to get better performance? My feeling is I should redesign my model to have Conv+Pooling+Relu sequence instead of Conv+Relu+Pooling? Am I correct? If not could you guide me to get the conv+pooling merge working please?
Thanks for your answer.
Br,