@@ -4,7 +4,7 @@ SageMaker PyTorch Estimators and Models
4
4
5
5
With PyTorch Estimators and Models, you can train and host PyTorch models on Amazon SageMaker.
6
6
7
- Supported versions of PyTorch: ``0.4.0 ``, ``1.0.0 ``, ``1.1.0 ``, ``1.2.0 ``, ``1.3.1 ``.
7
+ Supported versions of PyTorch: ``0.4.0 ``, ``1.0.0 ``, ``1.1.0 ``, ``1.2.0 ``, ``1.3.1 ``, `` 1.4.0 `` .
8
8
9
9
We recommend that you use the latest supported version, because that's where we focus most of our development efforts.
10
10
@@ -37,43 +37,45 @@ This Python version applies to both the Training Job, created by fit, and the En
37
37
38
38
The PyTorch Docker images have the following dependencies installed:
39
39
40
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
41
- | Dependencies | pytorch 0.4.0 | pytorch 1.0.0 | pytorch 1.1.0 | pytorch 1.2.0 | pytorch 1.3.1 |
42
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
43
- | boto3 | >=1.7.35 | >=1.9.11 | 1.9.82 | 1.9.249 | 1.10.34 |
44
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
45
- | botocore | >=1.10.35 | >=1.12.11 | >= 1.12.11 | 1.12.249 | 1.13.34 |
46
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
47
- | CUDA (GPU image only) | 9.0 | 9.0 | 10.1 | 10.0 | 10.1 |
48
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
49
- | numpy | >=1.14.3 | >=1.15.2 | 1.16.4 | 1.16.4 | 1.16.4 |
50
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
51
- | Pillow | >=5.1.0 | >=5.2.0 | 6.0.0 | 5.4.1 | 6.2.1 |
52
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
53
- | pip | >=10.0.1 | >=18.0 | >=18.0 | 19.3 | 19.3.1 |
54
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
55
- | python-dateutil | >=2.7.3 | >=2.7.3 | >=2.7.3 | 2.8.0 | 2.8.0 |
56
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
57
- | retrying | >=1.3.3 | >=1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 |
58
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
59
- | s3transfer | >=0.1.13 | >=0.1.13 | >=0.1.13 | 0.2.1 | 0.2.1 |
60
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
61
- | sagemaker-containers | >=2.1.0 | >=2.1.0 | 2.4.10.post0 | 2.5.4 | 2.5.4 |
62
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
63
- | sagemaker-inference (inference only) | N/A | N/A | N/A | N/A | 1.1.2 |
64
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
65
- | sagemaker-pytorch-container | 1.0 | 1.1 | 1.2 | 1.2 | 1.3 |
66
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
67
- | setuptools | >=39.2.0 | >=40.4.3 | >=40.4.3 | 41.4.0 | 42.0.2.post20191203 |
68
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
69
- | six | >=1.11.0 | >=1.11.0 | 1.12.0 | 1.12.0 | 1.12.0 |
70
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
71
- | torch | 0.4.0 | 1.0.0 | 1.1.0 | 1.2.0 | 1.3.1 |
72
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
73
- | torchvision | 0.2.1 | 0.2.1 | 0.3.0 | 0.4.0a0+9232c4a | 0.4.2 |
74
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
75
- | Python | 2.7 or 3.5 | 2.7 or 3.6 | 2.7 or 3.6 | 2.7 or 3.6 | 2.7 or 3.6 |
76
- +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+
40
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
41
+ | Dependencies | pytorch 0.4.0 | pytorch 1.0.0 | pytorch 1.1.0 | pytorch 1.2.0 | pytorch 1.3.1 | pytorch 1.4.0 |
42
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
43
+ | boto3 | >=1.7.35 | >=1.9.11 | 1.9.82 | 1.9.249 | 1.10.34 | 1.12.4 |
44
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
45
+ | botocore | >=1.10.35 | >=1.12.11 | >= 1.12.11 | 1.12.249 | 1.13.34 | 1.15.4 |
46
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
47
+ | CUDA (GPU image only) | 9.0 | 9.0 | 10.1 | 10.0 | 10.1 | 10.1 |
48
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
49
+ | numpy | >=1.14.3 | >=1.15.2 | 1.16.4 | 1.16.4 | 1.16.4 | 1.16.4 |
50
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
51
+ | Pillow | >=5.1.0 | >=5.2.0 | 6.0.0 | 5.4.1 | 6.2.1 | 6.2.0 |
52
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
53
+ | pip | >=10.0.1 | >=18.0 | >=18.0 | 19.3 | 19.3.1 | 20.0.2 |
54
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
55
+ | python-dateutil | >=2.7.3 | >=2.7.3 | >=2.7.3 | 2.8.0 | 2.8.0 | 2.8.1 |
56
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
57
+ | retrying | >=1.3.3 | >=1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 |
58
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
59
+ | s3transfer | >=0.1.13 | >=0.1.13 | >=0.1.13 | 0.2.1 | 0.2.1 | 0.3.3 |
60
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
61
+ | sagemaker-containers | >=2.1.0 | >=2.1.0 | 2.4.10.post0 | 2.5.4 | 2.5.4 | 2.5.4 |
62
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
63
+ | sagemaker-inference (inference only) | N/A | N/A | N/A | N/A | 1.1.2 | 1.1.2 |
64
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
65
+ | sagemaker-pytorch-container | 1.0 | 1.1 | 1.2 | 1.2 | 1.3 | N/A |
66
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
67
+ | sagemaker-pytorch-inference | N/A | N/A | N/A | N/A | N/A | 1.1.2 |
68
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
69
+ | setuptools | >=39.2.0 | >=40.4.3 | >=40.4.3 | 41.4.0 | 42.0.2.post20191203 | N/A |
70
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
71
+ | six | >=1.11.0 | >=1.11.0 | 1.12.0 | 1.12.0 | 1.12.0 | 1.12.0 |
72
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
73
+ | torch | 0.4.0 | 1.0.0 | 1.1.0 | 1.2.0 | 1.3.1 | 1.4.0 |
74
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
75
+ | torchvision | 0.2.1 | 0.2.1 | 0.3.0 | 0.4.0a0+9232c4a | 0.4.2 | 0.5.0 |
76
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
77
+ | Python | 2.7 or 3.5 | 2.7 or 3.6 | 2.7 or 3.6 | 2.7 or 3.6 | 2.7 or 3.6 | 2.7 or 3.6 |
78
+ +---------------------------------------+---------------+----------------+---------------+-----------------+---------------------+---------------------+
77
79
78
80
The Docker images extend Ubuntu 16.04.
79
81
0 commit comments