Skip to content

Commit 6ad2419

Browse files
committed
sync notebook
1 parent e2c1110 commit 6ad2419

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/virtual_staining/vcp_tutorials/quick_start.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,14 @@
188188
},
189189
"outputs": [],
190190
"source": [
191+
"# NOTE: Nothing needs to be changed in this code block for the example to work.\n",
192+
"# If using your own data, please modify the paths below.\n",
193+
"\n",
191194
"# TODO: Set download paths, by default the working directory is used\n",
192195
"root_dir = Path()\n",
193-
"# TODO: modify the path to the downloaded dataset\n",
196+
"# TODO: modify the path to the input dataset\n",
194197
"input_data_path = root_dir / \"a549_hoechst_cellmask_test.zarr\"\n",
195-
"# TODO: modify the path to the downloaded checkpoint\n",
198+
"# TODO: modify the path to the model checkpoint\n",
196199
"model_ckpt_path = root_dir / \"epoch=399-step=23200.ckpt\"\n",
197200
"# TODO: modify the path to save the predictions\n",
198201
"output_path = root_dir / \"a549_prediction.zarr\"\n",

0 commit comments

Comments
 (0)