Skip to content

Commit

Permalink
Merge branch 'maisi_readme' of https://github.com/Can-Zhao/tutorials
Browse files Browse the repository at this point in the history
…into maisi_readme
  • Loading branch information
Can-Zhao committed Nov 22, 2024
2 parents 742b1c8 + 3f4f9d7 commit 546a87d
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 546a87d

Please sign in to comment.