Skip to content

Commit

Permalink
resolved #339
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Jun 19, 2024
1 parent f9def40 commit 14d11ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nobrainer/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def from_tfrecords(
label_mapping=label_mapping, num_parallel_calls=num_parallel_calls
)

ds_obj.filter_zero_volumes()
# ds_obj.filter_zero_volumes()
# TODO automatically determine batch size
ds_obj.batch(1)

Expand Down

0 comments on commit 14d11ca

Please sign in to comment.