[tf.data] Turn off the experiment map_parallelization currently.

PiperOrigin-RevId: 346681247
Change-Id: Ie1382f41696a0b2e6b6a8ff19e3bde2a31396bbf
This commit is contained in:
Jay Shi 2020-12-09 18:15:20 -08:00 committed by TensorFlower Gardener
parent c6293e9bfc
commit 3ce8f8f39c

View File

@ -85,7 +85,7 @@ void OptimizeDatasetOp::MakeDataset(OpKernelContext* ctx, DatasetBase* input,
// clang-format off
absl::flat_hash_map<string, uint64> live_experiments = {
{"enable_gradient_descent", 0},
{"map_parallelization", 100}
{"map_parallelization", 0}
};
// clang-format on
auto hash_func = [](const string& str) { return Hash64(str); };