We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4d50e commit 23ba831Copy full SHA for 23ba831
acceleration/dataset_type_performance.ipynb
@@ -118,19 +118,11 @@
118
},
119
{
120
"cell_type": "code",
121
- "execution_count": 3,
+ "execution_count": null,
122
"metadata": {
123
"tags": []
124
125
- "outputs": [
126
- {
127
- "name": "stdout",
128
- "output_type": "stream",
129
- "text": [
130
- "/workspace/data\n"
131
- ]
132
- }
133
- ],
+ "outputs": [],
134
"source": [
135
"directory = os.environ.get(\"MONAI_DATA_DIRECTORY\")\n",
136
"root_dir = tempfile.mkdtemp() if directory is None else directory\n",
0 commit comments