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

Loop Engineering: Designing the Systems That Prompt Your Agents

Loop Engineering For the last couple of years, the core skill in working with AI was writing a good prompt. You'd craft careful instru...