afe.ir.serializer.visualizerο
AwesomeNode to Netron conversion.
Attributesο
Classesο
Options controlling how to produce a Netron graph from an AwesomeNet. |
Functionsο
|
Produce a Netron-readable representation of a network. The return value is a |
Module Contentsο
- class afe.ir.serializer.visualizer.NetronOptions[source]ο
Options controlling how to produce a Netron graph from an AwesomeNet.
- afe.ir.serializer.visualizer.create_netron_graph(net: afe.ir.net.AwesomeNet, model_name: str, options: NetronOptions = NetronOptions()) Any [source]ο
Produce a Netron-readable representation of a network. The return value is a JSON-representable Python object, which can be read in Netron as a Keras JSON file.
- Parameters:
net β Network to convert to JSON
model_name β Name of the model
options β Representation options
- Returns:
JSON-representable Python object