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
Copy file name to clipboardExpand all lines: doc/v2.rst
+87-1Lines changed: 87 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,88 @@ If you are executing this pip install command in a notebook, make sure to restar
35
35
Changes
36
36
*******
37
37
38
-
To see what changes have been made, see the `CHANGELOG <https://github.com/aws/sagemaker-python-sdk/blob/zwei/CHANGELOG.md>`_.
38
+
This section is for major changes that may require updates to your SageMaker Python SDK code.
39
+
You can also see what changes have been made in the `CHANGELOG <https://github.com/aws/sagemaker-python-sdk/blob/zwei/CHANGELOG.md>`_.
40
+
41
+
Require ``framework_version`` and ``py_version`` for Frameworks
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