Skip to content

Commit

Permalink
batch_size=8
Browse files Browse the repository at this point in the history
  • Loading branch information
ashesh-0 committed Apr 18, 2024
1 parent f0ee330 commit 10e6e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denoisplit/notebooks/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"# change the training parameters\n",
"config.training.lr = 3e-3\n",
"config.training.max_epochs = 10\n",
"config.training.batch_size = 16\n",
"config.training.batch_size = 8\n",
"config.training.num_workers = 4\n",
"\n",
"config.workdir = \".\""
Expand Down

0 comments on commit 10e6e96

Please sign in to comment.