You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/overview.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ After you train a model, you can save it, and then serve the model as an endpoin
32
32
Prepare a Training script
33
33
=========================
34
34
35
-
Your training script must be a Python 2.7 or 3.6 compatible source file.
35
+
Your training script must be a 3.6 compatible source file.
36
36
37
37
The training script is very similar to a training script you might run outside of SageMaker, but you can access useful properties about the training environment through various environment variables, including the following:
0 commit comments