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

BevDepth TTNN Model Bringup #8332

Open
saichandax opened this issue May 9, 2024 · 0 comments
Open

BevDepth TTNN Model Bringup #8332

saichandax opened this issue May 9, 2024 · 0 comments

Comments

@saichandax
Copy link
Contributor

To bring up the BevDepth TTNN model.

Based on the reference onnx model for BevDepth, to support ttnn implementation.

Currently, we have unsupported onnx ops in BevDepth onnx model, hence onnx to torch model conversion is not straightforward.

Next steps:

  1. Get the subgraph until the DeformConv (unsupported onnx op).
  2. Convert onnx-to-torch for the sub-graph selected.
  3. Write sub-module tests and unit tests for the ops in the first sub-graph of BevDepth Model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants