You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing down how I implemented ZIP at first. As discussed, weights are not good for ZIP compression due to their "noisy" structure - decompressing with ZIP adds ~50-60 seconds.
Import compress/gzip.
When extracting, first create a uncompressed stream before feeding to the tar reader:
Writing down how I implemented ZIP at first. As discussed, weights are not good for ZIP compression due to their "noisy" structure - decompressing with ZIP adds ~50-60 seconds.
compress/gzip
.tar
reader:The text was updated successfully, but these errors were encountered: