foreign-class-example / hyperparams.yaml
Aku Rouhe
New interface
8b70882
raw
history blame
343 Bytes
feature_extractor: !new:speechbrain.lobes.features.Fbank
n_fft: 400
n_mels: 40
normalizer: !new:speechbrain.processing.features.InputNormalization
norm_type: global
modules:
normalizer: !ref <normalizer>
pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
loadables:
normalizer: !ref <normalizer>