Skip to content

Commit 76e1bca

Browse files
JackHuntgeorgepaw
authored andcommitted
Add experimental warning to docs.
Summary: TF2.4 Only Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep Maniphest Tasks: T41177 Differential Revision: https://phabricator.sourcevertex.net/D53355
1 parent ae1f07d commit 76e1bca

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tensorflow/python/ipu/keras/optimizers/automatic_loss_scaling_optimizer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727

2828

2929
class AutomaticLossScalingOptimizer(IpuOptimizer):
30-
"""An optimizer that automatically computes and applies
30+
"""EXPERIMENTAL - DO NOT USE
31+
32+
An optimizer that automatically computes and applies
3133
a loss scaling factor (LSF) prior to gradient computation.
3234
3335
The LSF is computed such that the magnitude of the loss is increased

tensorflow/python/ipu/optimizers/automatic_loss_scaling_optimizer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ def __init__(self,
4040
accumulate_statistics_over_update_period=True,
4141
ratio_threshold=10e-6,
4242
name="AutomaticLossScalingOptimizer"):
43-
""" Construct an AutomaticLossScalingOptimizer.
43+
"""EXPERIMENTAL - DO NOT USE
44+
45+
Construct an AutomaticLossScalingOptimizer.
4446
4547
Args:
4648
wrapped_optimizer: TensorFlow (derived) optimizer.

0 commit comments

Comments
 (0)