@@ -631,35 +631,35 @@ This Python version applies to both the Training Job, created by fit, and the En
631
631
632
632
The Chainer Docker images have the following dependencies installed:
633
633
634
- +-----------------------------+-------------+
635
- | Dependencies | chainer 4.0 |
636
- +-----------------------------+-------------+
637
- | chainer | 4.0.0 |
638
- +-----------------------------+-------------+
639
- | chainercv | 0.9.0 |
640
- +-----------------------------+-------------+
641
- | chainermn | 1.2.0 |
642
- +-----------------------------+-------------+
643
- | CUDA (GPU image only) | 9.0 |
644
- +-----------------------------+-------------+
645
- | cupy | 4.0.0 |
646
- +-----------------------------+-------------+
647
- | matplotlib | 2.2.0 |
648
- +-----------------------------+-------------+
649
- | mpi4py | 3.0.0 |
650
- +-----------------------------+-------------+
651
- | numpy | 1.14.3 |
652
- +-----------------------------+-------------+
653
- | opencv-python | 3.4.0.12 |
654
- +-----------------------------+-------------+
655
- | Pillow | 5.1.0 |
656
- +-----------------------------+-------------+
657
- | Python | 2.7 or 3.5 |
658
- +-----------------------------+-------------+
634
+ +-----------------------------+-------------+-------------+-------------+
635
+ | Dependencies | chainer 4.0 | chainer 4.1 | chainer 5.0 |
636
+ +-----------------------------+-------------+-------------+-------------+
637
+ | chainer | 4.0.0 | 4.1.0 | 5.0.0 |
638
+ +-----------------------------+-------------+-------------+-------------+
639
+ | chainercv | 0.9.0 | 0.10.0 | 0.10.0 |
640
+ +-----------------------------+-------------+-------------+-------------+
641
+ | chainermn | 1.2.0 | 1.3.0 | N/A |
642
+ +-----------------------------+-------------+-------------+-------------+
643
+ | CUDA (GPU image only) | 9.0 | 9.0 | 9.0 |
644
+ +-----------------------------+-------------+-------------+-------------+
645
+ | cupy | 4.0.0 | 4.1.0 | 5.0.0 |
646
+ +-----------------------------+-------------+-------------+-------------+
647
+ | matplotlib | 2.2.0 | 2.2.0 | 2.2.0 |
648
+ +-----------------------------+-------------+-------------+-------------+
649
+ | mpi4py | 3.0.0 | 3.0.0 | 3.0.0 |
650
+ +-----------------------------+-------------+-------------+-------------+
651
+ | numpy | 1.14.3 | 1.15.3 | 1.15.4 |
652
+ +-----------------------------+-------------+-------------+-------------+
653
+ | opencv-python | 3.4.0.12 | 3.4.0.12 | 3.4.0.12 |
654
+ +-----------------------------+-------------+-------------+-------------+
655
+ | Pillow | 5.1.0 | 5.3.0 | 5.3.0 |
656
+ +-----------------------------+-------------+-------------+-------------+
657
+ | Python | 2.7 or 3.5 | 2.7 or 3.5 | 2.7 or 3.5 |
658
+ +-----------------------------+-------------+-------------+-------------+
659
659
660
660
The Docker images extend Ubuntu 16.04.
661
661
662
- You can select version of Chainer by passing a framework_version keyword arg to the Chainer Estimator constructor.
662
+ You must select a version of Chainer by passing a framework_version keyword arg to the Chainer Estimator constructor.
663
663
Currently supported versions are listed in the above table. You can also set framework_version to only specify major and
664
664
minor version, which will cause your training script to be run on the latest supported patch version of that minor
665
665
version.
0 commit comments