Skip to content

Commit

Permalink
more work
Browse files Browse the repository at this point in the history
  • Loading branch information
shak360 committed Jul 21, 2020
1 parent 0f0b29b commit 7ef4f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepchem/models/layers.py
Expand Up @@ -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])
Expand Down

0 comments on commit 7ef4f57

Please sign in to comment.