We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e27a41 + 43f25c0 commit b0dd7a1Copy full SHA for b0dd7a1
doc/frameworks/pytorch/using_pytorch.rst
@@ -31,7 +31,7 @@ To train a PyTorch model by using the SageMaker Python SDK:
31
Prepare a PyTorch Training Script
32
=================================
33
34
-Your PyTorch training script must be a Python 2.7 or 3.5 compatible source file.
+Your PyTorch training script must be a Python 3.6 compatible source file.
35
36
Prepare your script in a separate source file than the notebook, terminal session, or source file you're
37
using to submit the script to SageMaker via a ``PyTorch`` Estimator. This will be discussed in further detail below.
0 commit comments