tenstorrent / tt-metal

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

add the Downsample2, Downsample3 sub-modules of YoloV4 #7049

Open saichandax opened 3 months ago

saichandax commented 3 months ago

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

saichandax commented 3 months ago

Draft PR: #7054

saichandax commented 2 months ago

PR #7054 is ready for review.