From f3ccfd4598e94e7d0bc5dfc3df2a564a66d82a06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:10:39 +0200 Subject: [PATCH] export tutorials changed in 85b9edc (#634) Co-authored-by: dario-coscia --- .../source/tutorials/tutorial15/tutorial.html | 82 +++---- tutorials/tutorial11/tutorial.py | 66 +++--- tutorials/tutorial14/tutorial.py | 86 +++---- tutorials/tutorial15/tutorial.py | 44 ++-- tutorials/tutorial17/tutorial.py | 214 +++++++++--------- tutorials/tutorial21/tutorial.py | 118 +++++----- tutorials/tutorial9/tutorial.py | 88 +++---- 7 files changed, 349 insertions(+), 349 deletions(-) diff --git a/docs/source/tutorials/tutorial15/tutorial.html b/docs/source/tutorials/tutorial15/tutorial.html index 9de416c..3fadabe 100644 --- a/docs/source/tutorials/tutorial15/tutorial.html +++ b/docs/source/tutorials/tutorial15/tutorial.html @@ -7747,7 +7747,7 @@ a.anchor-link { # save the dataset input_ = [data for data in dataset] -target_ = torch.stack([data.y for data in dataset]) +target_ = torch.cat([data.y for data in dataset]) # normalize the target mean = target_.mean(dim=0, keepdim=True) @@ -7908,7 +7908,7 @@ Using a pre-processed version of the dataset. Please install 'rdkit' to alternat
@@ -7935,56 +7935,56 @@ Using a pre-processed version of the dataset. Please install 'rdkit' to alternat
-