Graph
less than a minute
Wandb class for graphs.
This class is typically used for saving and displaying neural net models. It represents the graph as an array of nodes and edges. The nodes can have labels that can be visualized by wandb.
Examples:
Import a keras model:
Graph.from_keras(keras_model)
Methods
add_edge
add_node
from_keras
pprint
__getitem__
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.