Loading setup.py +0 −3 Original line number Diff line number Diff line Loading @@ -116,10 +116,7 @@ EXTRAS_REQUIRE = { # graph neural networks tutorial "torch", "torchvision", # "torch-scatter", "torch-sparse", # "torch-cluster" # "torch-spline-conv", "torch-geometric", ], "examples": ["notebook"], Loading tutorials/plot_graph.py +1 −1 Original line number Diff line number Diff line """ Borchification of Networks The Borch Graph ========================== A core component to ``borch`` is ``borch.Graph``, it is the foundation the Loading Loading
setup.py +0 −3 Original line number Diff line number Diff line Loading @@ -116,10 +116,7 @@ EXTRAS_REQUIRE = { # graph neural networks tutorial "torch", "torchvision", # "torch-scatter", "torch-sparse", # "torch-cluster" # "torch-spline-conv", "torch-geometric", ], "examples": ["notebook"], Loading
tutorials/plot_graph.py +1 −1 Original line number Diff line number Diff line """ Borchification of Networks The Borch Graph ========================== A core component to ``borch`` is ``borch.Graph``, it is the foundation the Loading