Commit 7ef4f576 authored by Shakthi Visagan's avatar Shakthi Visagan
Browse files

more work

parent 0f0b29ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -530,7 +530,7 @@ def cosine_dist(x, y):
  be of shape `(256,256)`.
  
  >>> tf.reduce_sum(cos_sim_orth) == 0 # True
  <tf.Tensor: shape=(), dtype=bool, numpy=True> # True
  <tf.Tensor: shape=(), dtype=bool, numpy=True>
  >>> cos_sim_orth.shape
  TensorShape([256, 256])