Skip to content

Commit 2e617a5

Browse files
author
Niklas Palm
committed
Remove output
1 parent ec300ff commit 2e617a5

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

02_training/training.ipynb

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": 56,
21+
"execution_count": null,
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"cell_type": "code",
42-
"execution_count": 57,
42+
"execution_count": null,
4343
"metadata": {},
4444
"outputs": [],
4545
"source": [
@@ -70,7 +70,7 @@
7070
},
7171
{
7272
"cell_type": "code",
73-
"execution_count": 58,
73+
"execution_count": null,
7474
"metadata": {},
7575
"outputs": [],
7676
"source": [
@@ -84,7 +84,7 @@
8484
},
8585
{
8686
"cell_type": "code",
87-
"execution_count": 59,
87+
"execution_count": null,
8888
"metadata": {},
8989
"outputs": [],
9090
"source": [
@@ -177,23 +177,9 @@
177177
},
178178
{
179179
"cell_type": "code",
180-
"execution_count": 55,
180+
"execution_count": null,
181181
"metadata": {},
182-
"outputs": [
183-
{
184-
"name": "stdout",
185-
"output_type": "stream",
186-
"text": [
187-
"\n",
188-
"2022-11-03 14:07:17 Starting - Preparing the instances for training\n",
189-
"2022-11-03 14:07:17 Downloading - Downloading input data\n",
190-
"2022-11-03 14:07:17 Training - Training image download completed. Training in progress.\n",
191-
"2022-11-03 14:07:17 Uploading - Uploading generated training model\n",
192-
"2022-11-03 14:07:17 Completed - Resource reused by training job: cv-hpo-221103-1357-004-4196ca7b\n",
193-
"Best model artifact file is uploaded here: s3://sagemaker-us-east-1-379642174303/postprocessing/cv-hpo-221103-1357-002-0901bc7e/output ========\n"
194-
]
195-
}
196-
],
182+
"outputs": [],
197183
"source": [
198184
"best_model_uri = tuner.best_estimator().latest_training_job.describe()['ModelArtifacts']['S3ModelArtifacts']\n",
199185
"\n",

0 commit comments

Comments
 (0)