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
You can import PyPI packages or your own Python packages to help create more complex models. See [Python Packages](../advanced/python-packages.md) for more details.
52
+
51
53
The following packages have been pre-installed and can be used in your implementations:
52
54
53
55
```text
@@ -60,3 +62,41 @@ packaging==19.0.0
60
62
```
61
63
62
64
You can install additional PyPI packages and import your own Python packages. See [Python Packages](../advanced/python-packages.md) for more details.
65
+
66
+
67
+
# Tensorflow Transformations
68
+
You can preprocess input features and labels to your model by defining a `transform_tensorflow` function. You can define tensor transformations you want to apply to the features and labels tensors before they are passed to the model.
0 commit comments