@@ -634,13 +634,13 @@ The Chainer Docker images have the following dependencies installed:
634
634
+-----------------------------+-------------+-------------+-------------+
635
635
| Dependencies | chainer 4.0 | chainer 4.1 | chainer 5.0 |
636
636
+-----------------------------+-------------+-------------+-------------+
637
- | chainer | 4.0.0 | 4.1.0 | 5.0.0 |
637
+ | chainer | 4.0.0 | 4.1.0 | 5.0.0 |
638
638
+-----------------------------+-------------+-------------+-------------+
639
639
| chainercv | 0.9.0 | 0.10.0 | 0.10.0 |
640
640
+-----------------------------+-------------+-------------+-------------+
641
- | chainermn | 1.2.0 | 1.3.0 | N/A |
641
+ | chainermn | 1.2.0 | 1.3.0 | N/A |
642
642
+-----------------------------+-------------+-------------+-------------+
643
- | CUDA (GPU image only) | 9.0 | 9.0 | 9.0 |
643
+ | CUDA (GPU image only) | 9.0 | 9.0 | 9.0 |
644
644
+-----------------------------+-------------+-------------+-------------+
645
645
| cupy | 4.0.0 | 4.1.0 | 5.0.0 |
646
646
+-----------------------------+-------------+-------------+-------------+
@@ -659,10 +659,10 @@ The Chainer Docker images have the following dependencies installed:
659
659
660
660
The Docker images extend Ubuntu 16.04.
661
661
662
- You must select a version of Chainer by passing a framework_version keyword arg to the Chainer Estimator constructor.
663
- Currently supported versions are listed in the above table. You can also set framework_version to only specify major and
664
- minor version, which will cause your training script to be run on the latest supported patch version of that minor
665
- version.
662
+ You must select a version of Chainer by passing a `` framework_version `` keyword arg to the Chainer Estimator
663
+ constructor. Currently supported versions are listed in the above table. You can also set framework_version to only
664
+ specify major and minor version, which will cause your training script to be run on the latest supported patch
665
+ version of that minor version .
666
666
667
667
Alternatively, you can build your own image by following the instructions in the SageMaker Chainer containers
668
668
repository, and passing ``image_name `` to the Chainer Estimator constructor.
0 commit comments