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
What did you find confusing? Please describe.
The line: "Your PyTorch training script must be a Python 3.6 compatible source file" on this page. You can supply a Python 3.7 or 3.8 compatible training script provided you use a deep learning container with complimentary support. The SDK will error unless you also specify the PyTorch framework_version of the container.
Describe how documentation can be improved
Inform users under which circumstances PyTorch 3.7 and 3.8 are supported and how to get past the SDK errors.
Additional context
Python 3.6 is EOL
The text was updated successfully, but these errors were encountered:
I'm also confused why Python 3.7+ has not been added to the kernels that are supported on SageMaker, since 3.6 is at EOL, and a lot of other packages are no longer supporting 3.6.
What did you find confusing? Please describe.
The line: "Your PyTorch training script must be a Python 3.6 compatible source file" on this page. You can supply a Python 3.7 or 3.8 compatible training script provided you use a deep learning container with complimentary support. The SDK will error unless you also specify the PyTorch
framework_version
of the container.Describe how documentation can be improved
Inform users under which circumstances PyTorch 3.7 and 3.8 are supported and how to get past the SDK errors.
Additional context
Python 3.6 is EOL
The text was updated successfully, but these errors were encountered: