Skip to content Skip to sidebar Skip to footer
Showing posts with the label Eager Execution

Tensorflow2: How To Print Value Of A Tensor Returned From Tf.function When Eager Execution Is Disabled?

I've read that I can see contents of tf variables by using tf.print inside my tf.function defin… Read more Tensorflow2: How To Print Value Of A Tensor Returned From Tf.function When Eager Execution Is Disabled?

When We Should Use Tf.function Decorator

I'm trying to boost the performance of a simple 2NN. Here is the code: from tensorflow.keras.mo… Read more When We Should Use Tf.function Decorator