HoneyTian's picture
update
65a472d
raw
history blame contribute delete
744 Bytes
model_name: "nx_clean_unet"
sample_rate: 8000
segment_size: 16000
n_fft: 512
win_size: 200
hop_size: 80
down_sampling_num_layers: 6
down_sampling_in_channels: 1
down_sampling_hidden_channels: 64
down_sampling_kernel_size: 4
down_sampling_stride: 2
causal_in_channels: 1
causal_out_channels: 1
causal_kernel_size: 3
causal_bias: false
causal_separable: true
causal_f_stride: 1
causal_num_layers: 5
tsfm_hidden_size: 256
tsfm_attention_heads: 8
tsfm_num_blocks: 6
tsfm_dropout_rate: 0.1
tsfm_max_length: 512
tsfm_chunk_size: 1
tsfm_num_left_chunks: 128
tsfm_num_right_chunks: 4
discriminator_dim: 32
discriminator_in_channel: 2
compress_factor: 0.3
batch_size: 64
learning_rate: 0.0005
adam_b1: 0.8
adam_b2: 0.99
lr_decay: 0.99
seed: 1234