Skip to content

Commit

Permalink
docs: Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Nov 28, 2023
1 parent 309a60d commit bc07ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/model/wav2vec2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mask_time_prob: 0.3
mask_time_length: 10
mask_feature_prob: 0.3
mask_feature_length: 64
layerdrop: 0.1 # This will automatically be set to 0 in a multi-gpu setting
layerdrop: 0.1 # NOTE: This will automatically be set to 0 in a multi-gpu setting
ctc_loss_reduction: mean

# Decoder hyperparameters
Expand Down

0 comments on commit bc07ea0

Please sign in to comment.