Skip to content

Commit 44c249c

Browse files
committed
update error explanation in parameters fold
1 parent 47f0df6 commit 44c249c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

generation/maisi/maisi_train_controlnet_tutorial.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
},
190190
{
191191
"cell_type": "code",
192-
"execution_count": 4,
192+
"execution_count": null,
193193
"id": "fc32a7fe",
194194
"metadata": {},
195195
"outputs": [],
@@ -201,7 +201,9 @@
201201
" \"image\": \"tr_image_001_emb.nii.gz\", # relative path to the image embedding file\n",
202202
" # relative path to the combined label (pseudo whole-body segmentation mask + ROI mask) file\n",
203203
" \"label\": \"tr_label_001.nii.gz\",\n",
204-
" \"fold\": 0, # fold index for cross validation. If the dataset item's fold value is equal to the fold value in config_maisi_controlnet_train.json, then it is used for validation. Otherwise, it is used for training. In the current parameters, fold 0 is for validation and fold 1 is for training.\n",
204+
" \"fold\": 0, # fold index for cross validation. If the dataset item's fold value is equal to the fold value\n",
205+
" # in config_maisi_controlnet_train.json, then it is used for validation. Otherwise, \n",
206+
" # it is used for training. In the current parameters, fold 0 is for validation.\n",
205207
" \"dim\": sim_dim, # the dimension of image\n",
206208
" \"spacing\": [1.5, 1.5, 1.5], # the spacing of image\n",
207209
" },\n",

0 commit comments

Comments
 (0)