docs icon indicating copy to clipboard operation
docs copied to clipboard

Customizable reduction strategy in model docs

Open kretes opened this issue 2 years ago • 1 comments

Fills in the docs related to newly introduced distribute_reduction_method in the model for distributed training with custom train_step. Valid together with https://github.com/keras-team/keras/pull/16664

kretes avatar Jul 26 '22 11:07 kretes

Preview

Preview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.

Format and style

Use the TensorFlow docs notebook tools to format for consistent source diffs and lint for style:
$ python3 -m pip install -U --user git+https://github.com/tensorflow/docs

$ python3 -m tensorflow_docs.tools.nbfmt notebook.ipynb
$ python3 -m tensorflow_docs.tools.nblint --arg=repo:tensorflow/docs notebook.ipynb
If commits are added to the pull request, synchronize your local branch: git pull origin customizable-reduction-strategy-in-model

github-actions[bot] avatar Jul 26 '22 11:07 github-actions[bot]

Given that we've implemented an "auto" strategy as default in https://github.com/keras-team/keras/pull/16664 - no updates to the docs are needed.

kretes avatar Aug 16 '22 13:08 kretes