Hi !
In this notebook, it is written at some point :
Expected output
tf.Tensor(0.87525165, shape=(), dtype=float32)
It seems that this value in the text should be changed to 0.8419182681095858, as indicated by the test just above :
assert (np.abs(result - (0.7752516 + 0.9752516 + 0.7752516) / 3.0) < 1e-7)
Cheers! Colin