Skip to content

Commit 23ba831

Browse files
committed
clear log
Signed-off-by: Wenqi Li <[email protected]>
1 parent 8f4d50e commit 23ba831

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

acceleration/dataset_type_performance.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,19 +118,11 @@
118118
},
119119
{
120120
"cell_type": "code",
121-
"execution_count": 3,
121+
"execution_count": null,
122122
"metadata": {
123123
"tags": []
124124
},
125-
"outputs": [
126-
{
127-
"name": "stdout",
128-
"output_type": "stream",
129-
"text": [
130-
"/workspace/data\n"
131-
]
132-
}
133-
],
125+
"outputs": [],
134126
"source": [
135127
"directory = os.environ.get(\"MONAI_DATA_DIRECTORY\")\n",
136128
"root_dir = tempfile.mkdtemp() if directory is None else directory\n",

0 commit comments

Comments
 (0)