Skip to content

documentation: add TF 2.4.1 support to sm distributed data parallel docs and other updates #2179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Feb 27, 2021
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

- Adds support for `_register_comm_hook` (PyTorch 1.7 only) which will register the callable as a communication hook for DDP. NOTE: Like in DDP, this is an experimental API and subject to change.

### Tensorflow

- Adds support for Tensorflow 2.4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this should say 2.4.1 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added 2.4.1


## Bug Fixes

### PyTorch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TensorFlow API
==============

**Supported version: 2.3**
**Supported version: 2.4, 2.3**

**Important**: This API document assumes you use the following import statement in your training scripts.

Expand Down