print(p3.shape) #(150,150.3) X3 = np.empty((0, 0, 0)) print(X3.shape) #(0,0,0) X5 = np.stack([X3,p3])
とすると、X5は
all
1
と出てきます。
shapeは同じだと思うのですが、なぜエラーとなるのでしょうか?
回答1件
あなたの回答
tips
プレビュー
投稿2020/11/09 04:51
print(p3.shape) #(150,150.3) X3 = np.empty((0, 0, 0)) print(X3.shape) #(0,0,0) X5 = np.stack([X3,p3])
とすると、X5は
all
1
と出てきます。
shapeは同じだと思うのですが、なぜエラーとなるのでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/11/09 05:25
2020/11/09 05:32
2020/11/09 05:35
2020/11/09 06:30
2020/11/09 09:05