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 Downsample1 module for YoloV4 #6932

Closed saichandax closed 3 weeks ago

saichandax commented 6 months ago

To implement the functional downsample1 sub-module of Yolov4. reference torch model: here

saichandax commented 6 months ago

WIP commit for the Downsample1 sub-module test: here

saichandax commented 6 months ago

Draft PR: #6933

saichandax commented 5 months ago

PR #6933 is ready for review.