tensorflow
gathering non-identical indices that match a condition in a matrix using tensorflow
here is an example. There is a square shaped 2-dimensional matrix(ss_matrix) and I want to get the index pairs which satisfy where the value of the matrix is above 0.8. But, I do not wish to select the index pairs where the first and second index are the same. This Read more…