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
SciPy is no longer a required dependency of the SageMaker Python SDK.
106
+
107
+
If you use :func:`sagemaker.amazon.common.write_spmatrix_to_sparse_tensor` and
108
+
don't already install SciPy in your environment, you can use our ``scipy`` installation target:
109
+
110
+
.. code:: bash
111
+
112
+
pip install sagemaker[scipy]
113
+
114
+
TensorFlow
115
+
----------
116
+
117
+
The ``tensorflow`` installation target has been removed, as it is no longer needed for any SageMaker Python SDK functionality.
118
+
119
+
If you want to install TensorFlow, see `the TensorFlow documentation <https://www.tensorflow.org/install>`_.
39
120
40
121
*******************************
41
122
Automatically Upgrade Your Code
@@ -84,3 +165,8 @@ TensorFlow Serving
84
165
------------------
85
166
86
167
If you are using the ``sagemaker.tensorflow.serving.Model`` class, the tool does not take care of adding a framework version or changing it to ``sagemaker.tensorflow.TensorFlowModel``.
168
+
169
+
``sagemaker.model.Model``
170
+
-------------------------
171
+
172
+
If you are using the :class:`sagemaker.model.Model` class, the tool does not take care of switching the order between ``model_data`` and ``image``.
0 commit comments