Skip to content

Commit

Permalink
dataclass (#1815)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason <jasoli@nvidia.com>
  • Loading branch information
blisc committed Feb 26, 2021
1 parent efaab9e commit 4d6cad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class EncDecClassificationDatasetConfig(nemo.core.classes.dataset.DatasetConfig)
time_length: float = 0.31
shift_length: float = 0.01
normalize_audio: bool = False
is_regression_type: bool = False
is_regression_task: bool = False


@dataclass
Expand Down

0 comments on commit 4d6cad6

Please sign in to comment.