We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CmdArgs
1 parent 8e64e46 commit 8ab19aaCopy full SHA for 8ab19aa
tensorflow_datasets/scripts/cli/croissant.py
@@ -38,8 +38,8 @@
38
from tensorflow_datasets.scripts.cli import cli_utils
39
40
41
-@dataclasses.dataclass
42
-class CmdArgs:
+@dataclasses.dataclass(frozen=True, kw_only=True)
+class CmdArgs(simple_parsing.helpers.FrozenSerializable):
43
"""CLI arguments for preparing a Croissant dataset.
44
45
Attributes:
0 commit comments