Dear Chao,

> Do we have a function in numpy that can automatically "shrink" a ndarray with 
> redundant dimension?
> 
> like I have a ndarray with shape of (13,1,1,160,1), now I have written a 
> small function to change the array to dimension of (13,160) [reduce the extra 
> dimension with length as 1].
> but I just would like to know maybe there is already something which can do 
> this there ?

np.squeeze

Cheers,
                                Derek

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to