Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Nov 22, 2024
1 parent 0e490a4 commit 1e72c01
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,8 @@
}
],
"source": [
"max_epochs = (\n",
" 1000 # training for longer (1e4 ~ 3h) helps a lot with reconstruction quality, even if the loss is already low\n",
")\n",
"# training for longer (1e4 ~ 3h) helps a lot with reconstruction quality, even if the loss is already low\n",
"max_epochs = 1000\n",
"val_interval = 100\n",
"print_interval = 50\n",
"iter_loss_list, val_iter_loss_list = [], []\n",
Expand Down

0 comments on commit 1e72c01

Please sign in to comment.