set pad_audio=true to disable cropping audio when finetuning and decoding HuBERT

This commit is contained in:
freewym 2022-04-08 17:04:18 -04:00 committed by Yiming Wang
parent 3a34e215bd
commit d7775c6b3b
4 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@ task:
fine_tuning: true
data: ???
normalize: ???
pad_audio: true
decoding:
type: fairseqlm

View File

@ -16,6 +16,7 @@ task:
fine_tuning: true
data: ???
normalize: ???
pad_audio: true
decoding:
type: kenlm

View File

@ -16,6 +16,7 @@ task:
fine_tuning: true
data: ???
normalize: ???
pad_audio: true
decoding:
type: viterbi

View File

@ -28,6 +28,7 @@ task:
normalize: false # must be consistent with pre-training
labels: ["ltr"]
single_target: true
pad_audio: true
dataset:
num_workers: 0