From b65f3b56f5cea23be97f6a7ec4945c95a3394043 Mon Sep 17 00:00:00 2001 From: kierandidi Date: Tue, 9 Apr 2024 09:50:35 +0100 Subject: [PATCH] change pdb to cath --- notebooks/customizing_existing_dataset_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/customizing_existing_dataset_tutorial.ipynb b/notebooks/customizing_existing_dataset_tutorial.ipynb index ea32dc9c..c8dc43d3 100644 --- a/notebooks/customizing_existing_dataset_tutorial.ipynb +++ b/notebooks/customizing_existing_dataset_tutorial.ipynb @@ -84,7 +84,7 @@ " overrides=[\n", " \"encoder=schnet\",\n", " \"task=inverse_folding\",\n", - " \"dataset=pdb\",\n", + " \"dataset=cath\",\n", " \"features=ca_angles\",\n", " \"+aux_task=none\",\n", " ],\n",