Skip to content

Commit 82bb91b

Browse files
committed
Fix
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent 459b74a commit 82bb91b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generation/3d_ddpm/3d_ddpm_tutorial.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"cell_type": "code",
51-
"execution_count": 1,
51+
"execution_count": null,
5252
"id": "cdea37d5",
5353
"metadata": {},
5454
"outputs": [
@@ -113,7 +113,6 @@
113113
" LoadImaged,\n",
114114
" Resized,\n",
115115
" ScaleIntensityd,\n",
116-
" ScaleIntensityRangePercentilesd,\n",
117116
")\n",
118117
"from monai.utils import first, set_determinism\n",
119118
"from monai.inferers import DiffusionInferer\n",

0 commit comments

Comments
 (0)