Closed boris-drazic closed 1 year ago
Hi @boris-drazic , Please find the new commit here
Kindly review, Thanks.
Hi @boris-drazic , I have run the pipelines (regression and post_commit) to ensure the commit passing in CI. Both pipelines were passing on this new commit. Kindly review, Thanks
@boris-drazic @tt-rkim, The CPU implementation of the SSD model is completed by following the VGG model standards. Please find the commit here. Kindly review.
Hi @ruthreshx - I appreciate the tagging, but please from now on refer to @farbabi @boris-drazic @ashayestehmanesh for models review. This is now their domain
Furthermore, tagging us to review on the issue rather than the PR is redundant. Please restrict tagging to just the PR review assignment, as opposed to a comment in the issue or a comment in the PR.
Create a test for SSD (Single Shot MultiBox Detector) CPU implementation. This test will run fully in PyTorch on CPU and will not use TT accelerator device.
This test should be organized in three parts:
The test should take images as inputs and provide images with detected objects as output.
Primary purpose of this test is to set up all that is needed to start implementing using TT ops and accelerator device.