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

Reply via email to