Skip to content

Commit

Permalink
correct params
Browse files Browse the repository at this point in the history
  • Loading branch information
Cateek committed Aug 25, 2024
1 parent 951e937 commit eb8976f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 02_Noise2Void/solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@
" patch_size=[64, 64],\n",
" batch_size=128,\n",
" num_epochs=10,\n",
" roi_size=3,\n",
" masked_pixel_percentage=0.05,\n",
" roi_size=11,\n",
" masked_pixel_percentage=0.2,\n",
" logger=\"tensorboard\"\n",
")"
]
Expand Down

0 comments on commit eb8976f

Please sign in to comment.