Skip to content

Commit

Permalink
bug-fix-zarr chunking
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerkm committed Dec 1, 2023
1 parent efa3e0d commit 48e9b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprvat/deeprvat/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def make_dataset(
zarr.save_array(
input_tensor_out_file,
input_tensor.numpy(),
chunks=(1000, None, None, None, None),
chunks=(1000, None, None, None),
compressor=Blosc(clevel=compression_level),
)
del input_tensor
Expand Down

0 comments on commit 48e9b17

Please sign in to comment.