Add to release notes: deterministic tf.image.resize(method='bilinear').

This commit is contained in:
Duncan Riach 2020-11-09 21:08:49 -08:00
parent ef82f4c66c
commit 49de3a0e2f

View File

@ -216,6 +216,9 @@
these stateless functions/ops produce the same results independent of these stateless functions/ops produce the same results independent of
how many times the function is called, and independent of global seed how many times the function is called, and independent of global seed
settings. 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`: * `tf.distribute`:
* (Experimental) Parameter server training: * (Experimental) Parameter server training:
* Replaced the existing * Replaced the existing