Skip to content

Commit 00eb747

Browse files
change
Signed-off-by: Nune <[email protected]>
1 parent 17b2aa8 commit 00eb747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nemo/collections/asr/models/configs/asr_models_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class ASRDatasetConfig(nemo.core.classes.dataset.DatasetConfig):
5151
bucket_duration_bins: Optional[list] = None
5252
num_buckets: Optional[int] = 0
5353
pin_memory: bool = False
54+
prefix: str = ""
5455

5556
# Optional
5657
int_values: Optional[int] = None

0 commit comments

Comments
 (0)