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

Support exporting nodes, subgraphs, and models from nodes list #13

Open
pcolange opened this issue Dec 18, 2024 · 0 comments
Open

Support exporting nodes, subgraphs, and models from nodes list #13

pcolange opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pcolange
Copy link
Collaborator

pcolange commented Dec 18, 2024

Part of the report folder that is saved from Digest AI includes a nodes list. This list contains enough information to do the following:

  1. Enable exporting new ONNX models made up of a single node. Offer a select all checkbox that will export every node as a single ONNX model
  2. Enable selecting a group of nodes from the list and exporting a subgraph. This would require some checking to ensure the selected nodes create a valid graph
  3. Enable exporting the entire ONNX graph as a single model made up of all the nodes. This will effectively be a proxy model containing random weights

In all cases, the weights will be random.

@pcolange pcolange added the enhancement New feature or request label Dec 18, 2024
@pcolange pcolange self-assigned this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant