Skip to content

Commit

Permalink
fix init param
Browse files Browse the repository at this point in the history
  • Loading branch information
philokey committed Jan 3, 2025
1 parent fc19bfd commit fb554d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/cmmu/cmmu_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def __init__(
with_label=False,
shift_check=True,
filter_types=None,
**kwargs,
):
if data_root is not None:
self.data_root = data_root
Expand Down

0 comments on commit fb554d4

Please sign in to comment.