Skip to content

Commit

Permalink
Remove offending yaml lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pplantinga committed Jun 12, 2022
1 parent de00573 commit 527dedd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ ctc_type: clean # null, clean, joint
seq_weight: 1.0
seq_type: clean # null, clean, joint
label_smoothing: 0.1
alignment_weight: 1.0

# Set this to the path of a pretrained model to load before training
# pretrained_path: {}
Expand Down
11 changes: 0 additions & 11 deletions recipes/Voicebank/MTL/ASR_enhance/hparams/robust_asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ ctc_type: joint # null, clean, joint
seq_weight: 1.0
seq_type: joint # null, clean, joint
label_smoothing: 0.1
mask_weight: 0.7

# Here, the pretrained models are downloaded from the speechbrain
# HuggingFace repository. However, a local path pointing to a directory with
Expand Down Expand Up @@ -136,19 +135,9 @@ compute_stft: !new:speechbrain.processing.features.STFT
win_length: !ref <win_length>
hop_length: !ref <hop_length>

compute_istft: !new:speechbrain.processing.features.ISTFT
sample_rate: !ref <sample_rate>
n_fft: !ref <n_fft>
win_length: !ref <win_length>
hop_length: !ref <hop_length>

spectral_magnitude: !name:speechbrain.processing.features.spectral_magnitude
power: 0.5

resynth: !name:speechbrain.processing.signal_processing.resynthesize
stft: !ref <compute_stft>
istft: !ref <compute_istft>

env_corr: !new:speechbrain.lobes.augment.EnvCorrupt
openrir_folder: !ref <data_folder_rirs>
babble_prob: 0.0
Expand Down

0 comments on commit 527dedd

Please sign in to comment.