Skip to content

Commit 861fd34

Browse files
ChaiBapchyaroywei
andauthored
Apply suggestions from code review
Co-authored-by: Lai Wei <[email protected]>
1 parent 4a72c86 commit 861fd34

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/api/training/sdp_versions/latest/smd_data_parallel_tensorflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ TensorFlow API
443443

444444
*  Supported compression types - ``none``, ``fp16``
445445

446-
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to False.
446+
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to ``False``.
447447

448448
- ``op (smdistributed.dataparallel.tensorflow.ReduceOp)(optional)``: The reduction operation to combine tensors across different ranks. Defaults to ``Average`` if None is given.
449449

@@ -482,7 +482,7 @@ TensorFlow API
482482

483483
*  Supported compression types - ``none``, ``fp16``
484484

485-
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to False.
485+
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to ``False``.
486486

487487
- ``op (smdistributed.dataparallel.tensorflow.ReduceOp)(optional)``: The reduction operation to combine tensors across different ranks. Defaults to ``Average`` if None is given.
488488

doc/api/training/sdp_versions/v1.0.0/smd_data_parallel_tensorflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ TensorFlow API
456456

457457
*  Supported compression types - ``none``, ``fp16``
458458

459-
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to False.
459+
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to ``False``.
460460

461461
- ``op (smdistributed.dataparallel.tensorflow.ReduceOp)(optional)``: The reduction operation to combine tensors across different ranks. Defaults to ``Average`` if None is given.
462462

@@ -496,7 +496,7 @@ TensorFlow API
496496

497497
*  Supported compression types - ``none``, ``fp16``
498498

499-
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to False.
499+
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to ``False``.
500500

501501
- ``op (smdistributed.dataparallel.tensorflow.ReduceOp)(optional)``: The reduction operation to combine tensors across different ranks. Defaults to ``Average`` if None is given.
502502

doc/api/training/sdp_versions/v1.1.x/smd_data_parallel_tensorflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ library with TensorFlow.
459459

460460
*  Supported compression types - ``none``, ``fp16``
461461

462-
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to False.
462+
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to ``False``.
463463

464464
- ``op (smdistributed.dataparallel.tensorflow.ReduceOp)(optional)``: The reduction operation to combine tensors across different ranks. Defaults to ``Average`` if None is given.
465465

@@ -499,7 +499,7 @@ library with TensorFlow.
499499

500500
*  Supported compression types - ``none``, ``fp16``
501501

502-
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to False.
502+
- ``sparse_as_dense:`` Treats sparse gradient tensor as dense tensor. Defaults to ``False``.
503503

504504
- ``op (smdistributed.dataparallel.tensorflow.ReduceOp)(optional)``: The reduction operation to combine tensors across different ranks. Defaults to ``Average`` if None is given.
505505

0 commit comments

Comments
 (0)