Skip to content

Commit 1296d58

Browse files
committed
Set epochs to 200 (it was 2 for testing purposes)
1 parent 4f72fb2 commit 1296d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2d_regression/image_restoration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
}
428428
],
429429
"source": [
430-
"max_epochs = 2\n",
430+
"max_epochs = 200\n",
431431
"epoch_loss_values = []\n",
432432
"\n",
433433
"\n",

0 commit comments

Comments
 (0)