Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sub Array

Numpy Unique 2D Sub-array

I have 3D numpy array and I want only unique 2D-sub-arrays. Input: [[[ 1 2] [ 3 4]] [[ 5 6] … Read more Numpy Unique 2D Sub-array