Add to release notes: deterministic tf.image.resize(method='bilinear').
This commit is contained in:
parent
ef82f4c66c
commit
49de3a0e2f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user