Skip to content

Commit

Permalink
allsettransformer num_epochs=0
Browse files Browse the repository at this point in the history
  • Loading branch information
levtelyatnikov committed Nov 9, 2023
1 parent 630e185 commit ce0ee73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/hypergraph/allset_transformer_train.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@
}
],
"source": [
"test_interval = 1\n",
"num_epochs = 1\n",
"test_interval = 0\n",
"num_epochs = 0\n",
"\n",
"epoch_loss = []\n",
"for epoch_i in range(1, num_epochs + 1):\n",
Expand Down

0 comments on commit ce0ee73

Please sign in to comment.