From c778b4c4668388489ca1de2395e46c4317ad2285 Mon Sep 17 00:00:00 2001 From: Wang Date: Thu, 13 Sep 2018 12:43:37 -0700 Subject: [PATCH] Change BatchStrategy to SingleRecord --- .../Image-classification-lst-format.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-lst-format.ipynb b/introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-lst-format.ipynb index d55d692004..305a84a491 100644 --- a/introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-lst-format.ipynb +++ b/introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-lst-format.ipynb @@ -537,7 +537,7 @@ " \"ModelName\": model_name,\n", " \"MaxConcurrentTransforms\": 10,\n", " \"MaxPayloadInMB\": 6,\n", - " \"BatchStrategy\": \"MultiRecord\",\n", + " \"BatchStrategy\": \"SingleRecord\",\n", " \"TransformOutput\": {\n", " \"S3OutputPath\": 's3://{}/{}/output'.format(bucket, batch_job_name)\n", " },\n",