Hi. I have array shape like: (2,188,1). I want to make it like this: (188,1). I try that using .reshape(188,1) but throws an error: total size of an array must be unchanged Thank you for the help! _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
- [Tutor] [Python2.7] Convert (2,188,1) into (188,1) Allan Tanaka via Tutor
- Re: [Tutor] [Python2.7] Convert (2,188,1) into... Ashfaq
- Re: [Tutor] [Python2.7] Convert (2,188,1) into... Alan Gauld via Tutor
- Re: [Tutor] [Python2.7] Convert (2,188,1) ... Albert-Jan Roskam