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

Understanding Device Allocation, Parallelism(tf.while_loop) And Tf.function In Tensorflow

I'm trying to understand parallelism on GPU in tensorflow as I need to apply it on uglier graph… Read more Understanding Device Allocation, Parallelism(tf.while_loop) And Tf.function In Tensorflow

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

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?