wandb.data_types.Graph
Last updated
Last updated
Wandb class for graphs
This class is typically used for saving and diplaying 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.
Import a keras model:
add_edge
add_node
from_keras
pprint
__getitem__