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.
32 エントリごとに改行を含む多数のテキスト ファイルがあります。Numpy を使用して、このファイルを列ベクトルとして読みたいと思います。numpy.loadtxt生成された配列のサイズが 32x32 ではなく 1024x1 になるように、改行を使用して無視するにはどうすればよいですか?
numpy.loadtxt
結果の配列loadtxtとreshape(または) を使用するだけです。ravel
loadtxt
reshape
ravel