提交 aeafc6a5 编写于 作者: J Jay Shi 提交者: TensorFlower Gardener

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

PiperOrigin-RevId: 340252424
Change-Id: Ic5a5d347c38fd94b68e10373c0b66ea3043f2e9b
上级 a77e4aec
......@@ -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", 50},
{"enable_gradient_descent", 100},
{"map_parallelization", 1}
};
// clang-format on
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册