[tf.data] Increase the roll out percentage of optimization enable_gradient_descent to 5%.

PiperOrigin-RevId: 336717806
Change-Id: I724c31d9d2cb4cff1c867c168e52aa026c05c01f
This commit is contained in:
Jay Shi 2020-10-12 12:22:35 -07:00 committed by TensorFlower Gardener
parent a80394ab46
commit c32906c588

View File

@ -84,7 +84,7 @@ void OptimizeDatasetOp::MakeDataset(OpKernelContext* ctx, DatasetBase* input,
// of the Borg jobs, the experiments will be randomly turned on.
// clang-format off
absl::flat_hash_map<string, uint64> live_experiments = {
{"enable_gradient_descent", 1}
{"enable_gradient_descent", 5}
};
// clang-format on
auto hash_func = [](const string& str) { return Hash64(str); };