From 49de3a0e2f2ec068fe3d512696e5f7ff5847fd6d Mon Sep 17 00:00:00 2001 From: Duncan Riach Date: Mon, 9 Nov 2020 21:08:49 -0800 Subject: [PATCH] Add to release notes: deterministic tf.image.resize(method='bilinear'). --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index f2d3c3c6efe..3c3a02406d7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -216,6 +216,9 @@ these stateless functions/ops produce the same results independent of how many times the function is called, and independent of global seed settings. + * Added deterministic `tf.image.resize` backprop CUDA kernels for + `method=ResizeMethod.BILINEAR` (the default method). Enable by setting + the environment variable `TF_DETERMINISTIC_OPS` to `"true"` or `"1"`. * `tf.distribute`: * (Experimental) Parameter server training: * Replaced the existing