Skip to content

[edgeconf] knn: now using tf.gather

Dennis Noll requested to merge dennis.noll/edgeconv_keras:master into master

Using tf.gather instead of tf.gather_nd simplifies the knn-function.

Merge request reports