Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-ts-openai-realtime.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
グラフ用の Wandb クラス。
このクラスは通常、ニューラルネットモデルを保存し表示するために使用されます。ツリーをノードとエッジの配列として表現します。ノードには、wandb で可視化できるラベルを持たせることができます。
Keras モデルをインポート:
Graph.from_keras(keras_model)
メソッド
add_edge
ソースを見る
add_edge(
from_node, to_node
)
add_node
ソースを見る
add_node(
node=None, **node_kwargs
)
from_keras
ソースを見る
@classmethod
from_keras(
model
)
pprint
ソースを見る
__getitem__
ソースを見る