Skip to content

Commit b1e327a

Browse files
authored
Update kmeans_mnist_lowlevel.ipynb
Updated MaxRuntimeInHours to MaxRuntimeInSeconds and pushed without PR due to timing.
1 parent d4289bc commit b1e327a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-python-sdk/1P_kmeans_lowlevel/kmeans_mnist_lowlevel.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
" \"epochs\": \"3\"\n",
243243
" },\n",
244244
" \"StoppingCondition\": {\n",
245-
" \"MaxRuntimeInHours\": 1\n",
245+
" \"MaxRuntimeInSeconds\": 60 * 60\n",
246246
" },\n",
247247
" \"InputDataConfig\": [\n",
248248
" {\n",

0 commit comments

Comments
 (0)