Rich Bergmann

Results 1 issues of Rich Bergmann

These lines: indices = np.where( (embeddings == local_cluster_embeddings_[:, None]).all(-1) )[1] are producing this error: AttributeError: 'bool' object has no attribute 'all' Background: both embeddings and local_cluster_embeddings_ are of type numpy.ndarray...