tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
420 stars 54 forks source link

add the Downsample4, Downsample5 sub-modules of YoloV4 #7050

Closed saichandax closed 3 weeks ago

saichandax commented 6 months ago

To implement the functional downsample4, downsample5 sub-modules of Yolov4. reference torch model: here

saichandax commented 6 months ago

Draft PR: #7112

saichandax commented 5 months ago

PR #7112 is ready for review.