Skip to content

Commit cd2a8bf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 44c249c commit cd2a8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generation/maisi/maisi_train_controlnet_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
" # relative path to the combined label (pseudo whole-body segmentation mask + ROI mask) file\n",
203203
" \"label\": \"tr_label_001.nii.gz\",\n",
204204
" \"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",
205+
" # in config_maisi_controlnet_train.json, then it is used for validation. Otherwise,\n",
206206
" # it is used for training. In the current parameters, fold 0 is for validation.\n",
207207
" \"dim\": sim_dim, # the dimension of image\n",
208208
" \"spacing\": [1.5, 1.5, 1.5], # the spacing of image\n",

0 commit comments

Comments
 (0)