Efficient way to add a singleton dimension to a NumPy vector so that slice assignments work

前端 未结 5 878
清歌不尽
清歌不尽 2020-12-11 00:48

In NumPy, how can you efficiently make a 1-D object into a 2-D object where the singleton dimension is inferred from the current object (i.e. a list should go to either a 1x

5条回答
提交回复
热议问题