config
This commit is contained in:
parent
f426c3d880
commit
8737ed8066
|
|
@ -5,12 +5,12 @@ sampling_rate : 16000
|
||||||
|
|
||||||
encoder_decoder:
|
encoder_decoder:
|
||||||
depth: 5
|
depth: 5
|
||||||
initial_output_channels: 32
|
initial_output_channels: 64
|
||||||
kernel_size: 8
|
kernel_size: 8
|
||||||
stride: 4
|
stride: 4
|
||||||
growth_factor: 2
|
growth_factor: 2
|
||||||
glu: True
|
glu: True
|
||||||
|
|
||||||
lstm:
|
lstm:
|
||||||
bidirectional: False
|
bidirectional: True
|
||||||
num_layers: 2
|
num_layers: 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue