onnx / onnx/models

how to find the mapping relation between onnx node and pytorch layer?

Open
#573 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
Jupyter Notebook
Stars
9.8k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

recently, i want to analysis the time of model inference. I can see the most time consuming node op in the layer details by some tools, but the node name conv_785 is confusing. because the conv is very normal in the model structure. it's difficult for me to find the right layer in the model. is there any convinent way to find the right mapping relationship between onnx node and pytorch layer? thanks.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no repository file, test, or entry point; start by determining how ONNX node names relate to layers in the PyTorch model. Done would require a documented, reproducible way to identify the corresponding PyTorch layer for a node such as conv_785.

Written by the indexing model from the issue text.

Assessment

Tech stack
pytorch
Domain
machine-learning
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.