Sunday, June 6, 2021

What is the difference between tf.reduce_mean and tf.math.reduce_mean ?

 Nothing😊

tf.reduce_mean is simply an alias to tf.math.reduce_mean

check here


No comments:

Post a Comment

kubernetes controllers and workloads

In Kubernetes, Workloads are the applications you run on the cluster, while Controllers are the background control loops that watch the st...