Skip to content

Commit

Permalink
Update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ccuetom committed May 9, 2024
1 parent 18daeca commit de9c8b8
Show file tree
Hide file tree
Showing 2 changed files with 1,629 additions and 12,213 deletions.
3 changes: 0 additions & 3 deletions mosaic/comms/compression.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ def maybe_compress(payload, min_size=1e4, sample_size=1e4, nsamples=5):
4. We return the compressed result
"""
# TODO Temporarily deactivate compression
return None, payload

if isinstance(payload, pickle.PickleBuffer):
payload = memoryview(payload)

Expand Down
13,839 changes: 1,629 additions & 12,210 deletions stride_examples/tutorials/06_imaging.ipynb

Large diffs are not rendered by default.

0 comments on commit de9c8b8

Please sign in to comment.