Skip to content

Commit 156048f

Browse files
authored
update 2d_registration (Project-MONAI#805)
Signed-off-by: KumoLiu <[email protected]>
1 parent d503830 commit 156048f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

2d_registration/registration_mednist.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
" RandRotateD,\n",
108108
" RandZoomD,\n",
109109
" ScaleIntensityRanged,\n",
110-
" EnsureTypeD,\n",
111110
")\n",
112111
"from monai.data import DataLoader, Dataset, CacheDataset\n",
113112
"from monai.config import print_config, USE_COMPILED\n",
@@ -236,7 +235,6 @@
236235
" a_min=0., a_max=255., b_min=0.0, b_max=1.0, clip=True,),\n",
237236
" RandRotateD(keys=[\"moving_hand\"], range_x=np.pi/4, prob=1.0, keep_size=True, mode=\"bicubic\"),\n",
238237
" RandZoomD(keys=[\"moving_hand\"], min_zoom=0.9, max_zoom=1.1, prob=1.0, mode=\"bicubic\", align_corners=False),\n",
239-
" EnsureTypeD(keys=[\"fixed_hand\", \"moving_hand\"]),\n",
240238
" ]\n",
241239
")"
242240
]
@@ -559,7 +557,7 @@
559557
"toc_visible": true
560558
},
561559
"kernelspec": {
562-
"display_name": "Python 3",
560+
"display_name": "Python 3 (ipykernel)",
563561
"language": "python",
564562
"name": "python3"
565563
},
@@ -573,7 +571,7 @@
573571
"name": "python",
574572
"nbconvert_exporter": "python",
575573
"pygments_lexer": "ipython3",
576-
"version": "3.7.10"
574+
"version": "3.8.13"
577575
}
578576
},
579577
"nbformat": 4,

0 commit comments

Comments
 (0)