Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YoloV4 pipeline update #12503

Merged
merged 4 commits into from
Sep 17, 2024
Merged

YoloV4 pipeline update #12503

merged 4 commits into from
Sep 17, 2024

Conversation

keerthana-r-mcw
Copy link
Contributor

@keerthana-r-mcw keerthana-r-mcw commented Sep 11, 2024

Problem description

Updated the pipeline with shard concat and replaced the fallback maxpool with ttnn.maxpool2d, remove skip statements for head,whole model pipeline. Add input files to the repo.

What's changed

  • Changed the interleaved concat to shared concat in downsample2 and downsample3 as mentiontined in #12182. Other submodules were failing with this change as in #12387
  • Replaced the fallback maxpool with tthh.Maxpool2d
  • Remove skip statements for head, whole model.
  • Add input files to run demo.

@punithsekar punithsekar force-pushed the punith/yolov4_update branch 2 times, most recently from e757209 to a0d0734 Compare September 11, 2024 09:44
@punithsekar
Copy link
Contributor

All post commit tests CI pipeline run is in progress https://github.com/tenstorrent/tt-metal/actions/runs/10876570979

@punithsekar
Copy link
Contributor

Passing CI link

Copy link
Contributor

@dvartaniansTT dvartaniansTT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! thanks

@punithsekar
Copy link
Contributor

Passing CI Link.

@punithsekar punithsekar merged commit b016ceb into main Sep 17, 2024
6 checks passed
@punithsekar punithsekar deleted the punith/yolov4_update branch September 17, 2024 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants