Skip to content

Commit 892cc14

Browse files
committed
fix long time running
Signed-off-by: YunLiu <[email protected]>
1 parent 1c784e0 commit 892cc14

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

generation/2d_diffusion_autoencoder/2d_diffusion_autoencoder_tutorial.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,7 @@
474474
}
475475
],
476476
"source": [
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",
477+
"max_epochs = 1000 # training for longer (1e4 ~ 3h) helps a lot with reconstruction quality, even if the loss is already low\n",
480478
"val_interval = 100\n",
481479
"print_interval = 50\n",
482480
"iter_loss_list, val_iter_loss_list = [], []\n",

0 commit comments

Comments
 (0)