Skip to content

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

@pcolange

Description

@pcolange

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions