tf-rs icon indicating copy to clipboard operation
tf-rs copied to clipboard

Assignment operations don't have deterministic behaviour

Open iduartgomez opened this issue 8 years ago • 0 comments

Operations with variable tensors like assign_add don't behave in a deterministic way as should be expected. I.e adding to the variable scalar tensor a = [1] may result in something like a = [-3].

iduartgomez avatar Oct 16 '17 16:10 iduartgomez