Skip to content

Commit

Permalink
Fix bug of mode in RandRotated
Browse files Browse the repository at this point in the history
  • Loading branch information
HangJung97 committed Oct 12, 2023
1 parent 61046d8 commit 329e15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/camus_segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
" range_y=0,\n",
" range_z=0,\n",
" mode=[\"bicubic\", \"nearest\"],\n",
" padding_mode=\"constant\",\n",
" padding_mode=\"zeros\",\n",
" prob=0.2,\n",
" ),\n",
" RandZoomd(\n",
Expand Down

0 comments on commit 329e15e

Please sign in to comment.