Skip to content

Commit

Permalink
Revert "Remove unused upsampling/output_neurons keys in yaml"
Browse files Browse the repository at this point in the history
This reverts commit 6544d85.
  • Loading branch information
asumagic committed May 16, 2024
1 parent 6544d85 commit 97a0252
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ sample_rate: 16000
#Downsampling parameters
downsampling_factor: 2
downsampling_kernel_size: 81
upsampling: False

# With data_parallel batch_size is split into N jobs
# With DDP batch_size is multiplied by N jobs
Expand All @@ -71,7 +72,8 @@ dnn_neurons: 1024
freeze_wav2vec: True

# Outputs
ctc_neurons: 29 # Characters size, index(blank/eos/bos) = 0
ctc_neurons: 29
output_neurons: 29 # Characters size, index(blank/eos/bos) = 0
blank_index: 0

#
Expand Down

0 comments on commit 97a0252

Please sign in to comment.