tenstorrent / tt-buda-demos

Repository of model demos using TT-Buda
Other
54 stars 14 forks source link

Add hardnet(pytorch) model in Model demos #41

Closed kamalrajkannan78 closed 6 months ago

kamalrajkannan78 commented 6 months ago

Model : Hardnet Variants : Hardnet68, Hardnet85, Hardnet68ds, Hardnet39ds Framework : pytorch

milank94 commented 6 months ago

@kamalrajkannan78 Looks great, can you also add the model to the Models Support Table in tt-buda-demos/model_demos/README.md?

kamalrajkannan78 commented 6 months ago

@milank94 I missed to update Models Support Table for hardnet. I observed that Models Support Table is not updated for perceiver model also . Mcw team will create a PR for fpn model soon. We will update Models Support Table for fpn along with these 2 models in that PR.

milank94 commented 6 months ago

Thanks @kamalrajkannan78 -- Perceiver IO is already open in a PR: https://github.com/tenstorrent/tt-buda-demos/pull/40 so no need to update that. But the other models would be great!

kamalrajkannan78 commented 6 months ago

Thanks @kamalrajkannan78 -- Perceiver IO is already open in a PR: #40 so no need to update that. But the other models would be great!

sure! thanks @milank94