From bf30b69d26cb7c04a5ba0895908dce6561ddb591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=B8gaard?= Date: Tue, 5 Nov 2024 12:58:27 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20graphnet?= =?UTF-8?q?-team/graphnet@8903e3505081a45d74f0c4f7728e9743386bde4a=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/models/models.rst.txt | 2 +- models/models.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sources/models/models.rst.txt b/_sources/models/models.rst.txt index 4ec16ac76..42b820f10 100644 --- a/_sources/models/models.rst.txt +++ b/_sources/models/models.rst.txt @@ -303,7 +303,7 @@ Below is a snippet that defines a :code:`Model` that reconstructs the zenith ang nb_nearest_neighbours=8, ) backbone = DynEdge( - nb_inputs=detector.nb_outputs, + nb_inputs=graph_definition.nb_outputs, global_pooling_schemes=["min", "max", "mean"], ) task = ZenithReconstructionWithKappa( diff --git a/models/models.html b/models/models.html index eff060001..23d4f3dfd 100644 --- a/models/models.html +++ b/models/models.html @@ -768,7 +768,7 @@

Instantiating a nb_nearest_neighbours=8, ) backbone = DynEdge( - nb_inputs=detector.nb_outputs, + nb_inputs=graph_definition.nb_outputs, global_pooling_schemes=["min", "max", "mean"], ) task = ZenithReconstructionWithKappa(