Part of the report folder that is saved from Digest AI includes a nodes list. This list contains enough information to do the following:
- 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
- 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
- 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.