Skip to content

Commit 0e490a4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 892cc14 commit 0e490a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

generation/2d_diffusion_autoencoder/2d_diffusion_autoencoder_tutorial.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,9 @@
474474
}
475475
],
476476
"source": [
477-
"max_epochs = 1000 # training for longer (1e4 ~ 3h) helps a lot with reconstruction quality, even if the loss is already low\n",
477+
"max_epochs = (\n",
478+
" 1000 # training for longer (1e4 ~ 3h) helps a lot with reconstruction quality, even if the loss is already low\n",
479+
")\n",
478480
"val_interval = 100\n",
479481
"print_interval = 50\n",
480482
"iter_loss_list, val_iter_loss_list = [], []\n",

0 commit comments

Comments
 (0)