Skip to content

Commit 9c370fa

Browse files
committed
update comments
Signed-off-by: binliu <[email protected]>
1 parent 8d7fafd commit 9c370fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugging_face/finetune_vista3d_for_hugging_face_pipeline.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
},
252252
{
253253
"cell_type": "code",
254-
"execution_count": 8,
254+
"execution_count": null,
255255
"metadata": {},
256256
"outputs": [
257257
{
@@ -279,7 +279,7 @@
279279
"test_images = sorted(glob.glob(os.path.join(data_dir, \"imagesTs\", \"*.nii.gz\")))\n",
280280
"test_data = [{\"image\": image, \"label_prompt\": [3]} for image in test_images]\n",
281281
"\n",
282-
"# These three are from the vista3d hugging face model. Can only be imported after downloading.\n",
282+
"# This is from the vista3d hugging face model. Can only be imported after downloading.\n",
283283
"from hugging_face_pipeline import HuggingFacePipelineHelper # noqa: E402\n",
284284
"\n",
285285
"pipeline_helper = HuggingFacePipelineHelper(\"vista3d\")\n",

0 commit comments

Comments
 (0)