shaipeerms's picture
Add models to dataset
71aece7
# Note that when run on AzureML, train_dir and val_dir are relative to the input Azure Blob Storage container, and
# out_dir is relative to the output container. When run locally, all paths are relative to the project root.
train_dir: ./v1.5/Clean_SCN_P_3Spk_utts_500/train
val_dir: ./v1.5/Clean_SCN_P_3Spk_utts_100/val
out_dir: ./
single_channel: True
train_set_cfg:
sample_frac: 1.0
max_urls: 640
val_set_cfg:
sample_frac: 1.0
max_urls: null # null means no limit
calc_side_info: True # New!
log_params_mlflow: True
log_metrics_mlflow: True
scheduler_step_every: [1, iterations]
scheduler_name: linear_warmup_decay
scheduler_linear_warmup_decay_cfg:
warmup: 10000
decay: 520000
stop_after: [520000, iterations]
eval_every: [1000, iterations]
save_every: [1000, iterations]
loss_name: 'mask'
base_loss_name: 'l1'
global_batch_size: 256
learning_rate: 1e-4
weight_decay: 1e-2 # according to the paper set to 1e-2
# Large model per CSS with Conformer definition
conformer_css_cfg:
extractor_conf:
ipd_index: '' # For MC '1,0;2,0;3,0;4,0;5,0;6,0'. For SC ''.
nnet_conf:
conformer_conf:
attention_dim: 512 # default 256
attention_heads: 8 # default 4
num_blocks: 18 # default 16
dropout_rate: 0.0 # New! The default was 0.1.
in_features: 257 # For MC 1799. For SC 257.