File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
examples/virtual_staining/vcp_tutorials Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 188
188
},
189
189
"outputs" : [],
190
190
"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 " ,
191
194
" # TODO: Set download paths, by default the working directory is used\n " ,
192
195
" root_dir = Path()\n " ,
193
- " # TODO: modify the path to the downloaded dataset\n " ,
196
+ " # TODO: modify the path to the input dataset\n " ,
194
197
" 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 " ,
196
199
" model_ckpt_path = root_dir / \" epoch=399-step=23200.ckpt\"\n " ,
197
200
" # TODO: modify the path to save the predictions\n " ,
198
201
" output_path = root_dir / \" a549_prediction.zarr\"\n " ,
You can’t perform that action at this time.
0 commit comments