We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed40f13 commit c3314edCopy full SHA for c3314ed
README.rst
@@ -203,6 +203,7 @@ Local Mode
203
204
The SageMaker Python SDK supports local mode, which allows you to create estimators and deploy them to your local environment.
205
This is a great way to test your deep learning scripts before running them in SageMaker's managed training or hosting environments.
206
+Local Mode is supported for only frameworks (e.g. TensorFlow, MXNet) and images you supply yourself.
207
208
We can take the example in `Using Estimators <#using-estimators>`__ , and use either ``local`` or ``local_gpu`` as the instance type.
209
0 commit comments