[Tutor] [Python2.7] Convert (2,188,1) into (188,1)

Allan Tanaka allantanaka11 at yahoo.com
Wed Jun 28 11:48:34 EDT 2017


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!


More information about the Tutor mailing list