@@ -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 ``.
7
+ Supported versions of PyTorch: ``0.4.0 ``, ``1.0.0 ``, `` 1.1.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,41 +37,41 @@ 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 |
42
- +-----------------------------+---------------+-------------------+
43
- | boto3 | >=1.7.35 | >=1.9.11 |
44
- +-----------------------------+---------------+-------------------+
45
- | botocore | >=1.10.35 | >=1.12.11 |
46
- +-----------------------------+---------------+-------------------+
47
- | CUDA (GPU image only) | 9.0 | 9.0 |
48
- +-----------------------------+---------------+-------------------+
49
- | numpy | >=1.14.3 | >=1.15.2 |
50
- +-----------------------------+---------------+-------------------+
51
- | Pillow | >=5.1.0 | >=5.2.0 |
52
- +-----------------------------+---------------+-------------------+
53
- | pip | >=10.0.1 | >=18.0 |
54
- +-----------------------------+---------------+-------------------+
55
- | python-dateutil | >=2.7.3 | >=2.7.3 |
56
- +-----------------------------+---------------+-------------------+
57
- | retrying | >=1.3.3 | >=1.3.3 |
58
- +-----------------------------+---------------+-------------------+
59
- | s3transfer | >=0.1.13 | >=0.1.13 |
60
- +-----------------------------+---------------+-------------------+
61
- | sagemaker-containers | >=2.1.0 | >=2.1.0 |
62
- +-----------------------------+---------------+-------------------+
63
- | sagemaker-pytorch-container | 1.0 | 1.0 |
64
- +-----------------------------+---------------+-------------------+
65
- | setuptools | >=39.2.0 | >=40.4.3 |
66
- +-----------------------------+---------------+-------------------+
67
- | six | >=1.11.0 | >=1.11.0 |
68
- +-----------------------------+---------------+-------------------+
69
- | torch | 0.4.0 | 1.0.0 |
70
- +-----------------------------+---------------+-------------------+
71
- | torchvision | 0.2.1 | 0.2.1 |
72
- +-----------------------------+---------------+-------------------+
73
- | Python | 2.7 or 3.5 | 2.7 or 3.6 |
74
- +-----------------------------+---------------+-------------------+
40
+ +-----------------------------+---------------+-------------------+-------------------+
41
+ | Dependencies | pytorch 0.4.0 | pytorch 1.0.0 | pytorch 1.1.0 |
42
+ +-----------------------------+---------------+-------------------+-------------------+
43
+ | boto3 | >=1.7.35 | >=1.9.11 | 1.9.82 |
44
+ +-----------------------------+---------------+-------------------+-------------------+
45
+ | botocore | >=1.10.35 | >=1.12.11 | >= 1.12.11 |
46
+ +-----------------------------+---------------+-------------------+-------------------+
47
+ | CUDA (GPU image only) | 9.0 | 9.0 | 10.1 |
48
+ +-----------------------------+---------------+-------------------+-------------------+
49
+ | numpy | >=1.14.3 | >=1.15.2 | 1.16.4 |
50
+ +-----------------------------+---------------+-------------------+-------------------+
51
+ | Pillow | >=5.1.0 | >=5.2.0 | 6.0.0 |
52
+ +-----------------------------+---------------+-------------------+-------------------+
53
+ | pip | >=10.0.1 | >=18.0 | >=18.0 |
54
+ +-----------------------------+---------------+-------------------+-------------------+
55
+ | python-dateutil | >=2.7.3 | >=2.7.3 | >=2.7.3 |
56
+ +-----------------------------+---------------+-------------------+-------------------+
57
+ | retrying | >=1.3.3 | >=1.3.3 | 1.3.3 |
58
+ +-----------------------------+---------------+-------------------+-------------------+
59
+ | s3transfer | >=0.1.13 | >=0.1.13 | >=0.1.13 |
60
+ +-----------------------------+---------------+-------------------+-------------------+
61
+ | sagemaker-containers | >=2.1.0 | >=2.1.0 | 2.4.10.post0 |
62
+ +-----------------------------+---------------+-------------------+-------------------+
63
+ | sagemaker-pytorch-container | 1.0 | 1.1 | 1.2 |
64
+ +-----------------------------+---------------+-------------------+-------------------+
65
+ | setuptools | >=39.2.0 | >=40.4.3 | >=40.4.3 |
66
+ +-----------------------------+---------------+-------------------+-------------------+
67
+ | six | >=1.11.0 | >=1.11.0 | 1.12.0 |
68
+ +-----------------------------+---------------+-------------------+-------------------+
69
+ | torch | 0.4.0 | 1.0.0 | 1.1.0 |
70
+ +-----------------------------+---------------+-------------------+-------------------+
71
+ | torchvision | 0.2.1 | 0.2.1 | 0.3.0 |
72
+ +-----------------------------+---------------+-------------------+-------------------+
73
+ | Python | 2.7 or 3.5 | 2.7 or 3.6 | 2.7 or 3.6 |
74
+ +-----------------------------+---------------+-------------------+-------------------+
75
75
76
76
The Docker images extend Ubuntu 16.04.
77
77
0 commit comments