Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrectly states in tutorials train_controlnet #1919

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions generation/maisi/maisi_train_controlnet_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "fc32a7fe",
"metadata": {},
"outputs": [],
Expand All @@ -201,7 +201,9 @@
" \"image\": \"tr_image_001_emb.nii.gz\", # relative path to the image embedding file\n",
" # relative path to the combined label (pseudo whole-body segmentation mask + ROI mask) file\n",
" \"label\": \"tr_label_001.nii.gz\",\n",
" \"fold\": 0, # fold index for cross validation, fold 0 is used for training\n",
" \"fold\": 0, # fold index for cross validation. If the dataset item's fold value is equal to the fold value\n",
" # in config_maisi_controlnet_train.json, then it is used for validation. Otherwise,\n",
" # it is used for training. In the current parameters, fold 0 is for validation.\n",
" \"dim\": sim_dim, # the dimension of image\n",
" \"spacing\": [1.5, 1.5, 1.5], # the spacing of image\n",
" },\n",
Expand Down
Loading