Skip to content

Commit bf0986d

Browse files
committed
remoe unecessary code
Signed-off-by: binliu <[email protected]>
1 parent 3892030 commit bf0986d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hugging_face/finetune_vista3d_for_hugging_face_pipeline.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
{
5959
"cell_type": "code",
60-
"execution_count": 2,
60+
"execution_count": null,
6161
"metadata": {
6262
"tags": []
6363
},
@@ -108,9 +108,6 @@
108108
}
109109
],
110110
"source": [
111-
"import os\n",
112-
"os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'python'\n",
113-
"os.environ['MONAI_DATA_DIRECTORY'] = \"/home/binliu/holoscan/dockermnt/dataset\"\n",
114111
"from monai.utils import first, set_determinism\n",
115112
"from monai.transforms import (\n",
116113
" EnsureChannelFirstd,\n",

0 commit comments

Comments
 (0)