Skip to content

Commit

Permalink
Remove unused upsampling/output_neurons keys in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asumagic committed May 16, 2024
1 parent 1f1ccc2 commit 6544d85
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ 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 @@ -72,8 +71,7 @@ dnn_neurons: 1024
freeze_wav2vec: True

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

#
Expand Down

0 comments on commit 6544d85

Please sign in to comment.