Skip to content

Commit

Permalink
add max_size inside ShimmerDataset for DataDomain
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoldmt committed Oct 15, 2024
1 parent 6556d02 commit d9dea96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shimmer/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def __init__(
self.domains[domain.kind] = domain_cls(
dataset_path,
split,
max_size,
transform,
self.domain_args.get(domain.kind, None),
)
Expand Down

0 comments on commit d9dea96

Please sign in to comment.