Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
numpy.randomなどのモジュールを使用して3次元オブジェクトを作成しました
numpy.random
import numpy as np b = np.random.randn(4,4,3)
float 型を にキャストできないのはなぜbですか?
b
TypeError
実際のコード