If for some reason you need to define an empty array, but with fixed width (e.g. np.concatenate() ), you can use: np.empty((0, some_width)) . 0, so your first ...
確定! 回上一頁