Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2024
1 parent 892cc14 commit 0e490a4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,9 @@
}
],
"source": [
"max_epochs = 1000 # training for longer (1e4 ~ 3h) helps a lot with reconstruction quality, even if the loss is already low\n",
"max_epochs = (\n",
" 1000 # training for longer (1e4 ~ 3h) helps a lot with reconstruction quality, even if the loss is already low\n",
")\n",
"val_interval = 100\n",
"print_interval = 50\n",
"iter_loss_list, val_iter_loss_list = [], []\n",
Expand Down

0 comments on commit 0e490a4

Please sign in to comment.