Skip to content

Commit dc2398b

Browse files
tango4jstevehuang52
authored andcommitted
Fixed main and merging this to r1.20 (#7127)
* Fixed main and merging this to r1.20 Signed-off-by: Taejin Park <[email protected]> * Update vad_utils.py Signed-off-by: He Huang (Steve) <[email protected]> --------- Signed-off-by: Taejin Park <[email protected]> Signed-off-by: He Huang (Steve) <[email protected]> Co-authored-by: He Huang (Steve) <[email protected]>
1 parent 2fa7abf commit dc2398b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo/collections/asr/parts/utils/vad_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ def generate_vad_segment_table(
732732
vad_pred_filepath_list = [os.path.join(vad_pred_dir, x) for x in os.listdir(vad_pred_dir) if x.endswith(suffixes)]
733733

734734
if not out_dir:
735-
out_dir_name = "seg_output_"
735+
out_dir_name = "seg_output"
736736
for key in postprocessing_params:
737737
out_dir_name = out_dir_name + "-" + str(key) + str(postprocessing_params[key])
738738

0 commit comments

Comments
 (0)