Skip to content

Commit

Permalink
locally everything works
Browse files Browse the repository at this point in the history
  • Loading branch information
levtelyatnikov committed Nov 7, 2023
1 parent 44e75ed commit 6621531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/hypergraph/allset_transformer_train.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6621531

Please sign in to comment.