<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Kurene</author_name>
  <author_url>https://blog.hatena.ne.jp/Kurene/</author_url>
  <blog_title>Wizard Notes</blog_title>
  <blog_url>https://www.wizard-notes.com/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>Numpy で配列をバイナリで保存する方法としては、 numpy.save(npy_filepath, arr) が最も単純な方法です。 しかし、 非圧縮であるため、ファイルサイズが大きくなりがち 単一の配列オブジェクトのみ保存 であるため、大量の配列を保存する場合や、配列サイズが大きい場合に悩むことがあると思います。 そう言った場合に有効なのがnumpy.savez_compressedであり、 １つのファイル（xxxx.npz）に、複数の配列を保存 圧縮により、ファイルサイズを削減 ができます。 この記事では、numpy.savez_compressedの実用時に、知っておくと利用が捗るポ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.wizard-notes.com%2Fentry%2Fpython%2Fnumpy-savez_compressed&quot; title=&quot;numpy.savez_compressed：複数のNumPy配列を圧縮＆バイナリ保存 - Wizard Notes&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn.user.blog.st-hatena.com/default_entry_og_image/153217265/15738843334677</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-03-20 00:11:16</published>
  <title>numpy.savez_compressed：複数のNumPy配列を圧縮＆バイナリ保存</title>
  <type>rich</type>
  <url>https://www.wizard-notes.com/entry/python/numpy-savez_compressed</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
