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
The TensorFlow Docker images support Python 2.7. They include the following Python packages:
757
+
758
+
- boto3
759
+
- botocore
760
+
- grpcio
761
+
- numpy
762
+
- pandas
763
+
- protobuf
764
+
- scikit-learn
765
+
- scipy
766
+
- sklearn
767
+
- tensorflow
768
+
- tensorflow-serving-api
784
769
785
770
The Docker images extend Ubuntu 16.04.
786
771
787
772
You can select version of TensorFlow by passing a ``framework_version`` keyword arg to the TensorFlow Estimator constructor. Currently supported versions are listed in the table above. You can also set ``framework_version`` to only specify major and minor version, e.g ``1.6``, which will cause your training script to be run on the latest supported patch version of that minor version, which in this example would be 1.6.0.
788
773
789
-
You can visit the SageMaker TensorFlow containers repository here: https://github.com/aws/sagemaker-tensorflow-containers/
774
+
For more information on the contents of the images, see the SageMaker TensorFlow containers repository here: https://github.com/aws/sagemaker-tensorflow-containers/
0 commit comments