From 662153169c680ef6b2f98b77c1828f342c04dc7e Mon Sep 17 00:00:00 2001 From: levtelyatnikov Date: Tue, 7 Nov 2023 16:36:10 +0000 Subject: [PATCH] locally everything works --- tutorials/hypergraph/allset_transformer_train.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/hypergraph/allset_transformer_train.ipynb b/tutorials/hypergraph/allset_transformer_train.ipynb index 70c8c823..367a2b87 100644 --- a/tutorials/hypergraph/allset_transformer_train.ipynb +++ b/tutorials/hypergraph/allset_transformer_train.ipynb @@ -502,7 +502,7 @@ "source": [ "torch.manual_seed(0)\n", "test_interval = 5\n", - "num_epochs = 30\n", + "num_epochs = 10\n", "\n", "epoch_loss = []\n", "for epoch_i in range(1, num_epochs + 1):\n",