Skip to content

Commit c25295f

Browse files
Merge pull request #2028 from chunduriv:patch-6
PiperOrigin-RevId: 430869454
2 parents 80dd8af + c1029f6 commit c25295f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/mixed_precision.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@
819819
"* Double the training batch size if it does not reduce evaluation accuracy\n",
820820
"* On GPUs, ensure most tensor dimensions are a multiple of $8$ to maximize performance\n",
821821
"\n",
822-
"For more examples of mixed precision using the `tf.keras.mixed_precision` API, check the [official models repository](https://github.com/tensorflow/models/tree/master/official). Most official models, such as [ResNet](https://github.com/tensorflow/models/tree/master/official/vision/image_classification) and [Transformer](https://github.com/tensorflow/models/blob/master/official/nlp/transformer), will run using mixed precision by passing `--dtype=fp16`.\n"
822+
"For an example of mixed precision using the `tf.keras.mixed_precision` API, check [functions and classes related to training performance](https://github.com/tensorflow/models/blob/master/official/modeling/performance.py). Check out the official models, such as [Transformer](https://github.com/tensorflow/models/blob/master/official/nlp/modeling/layers/transformer_encoder_block.py), for details.\n"
823823
]
824824
}
825825
],

0 commit comments

Comments
 (0)