Skip to content

Commit

Permalink
Fix FastConformer config: correct bucketing strategy (#6413)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Bataev <vbataev@nvidia.com>
  • Loading branch information
artbataev authored and hsiehjackson committed Apr 12, 2023
1 parent 9543a32 commit 021e5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ model:
tarred_audio_filepaths: null
shuffle_n: 2048
# bucketing params
bucketing_strategy: "fuly_randomized"
bucketing_strategy: "fully_randomized"
bucketing_batch_size: null

validation_ds:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ model:
tarred_audio_filepaths: null
shuffle_n: 2048
# bucketing params
bucketing_strategy: "fuly_randomized"
bucketing_strategy: "fully_randomized"
bucketing_batch_size: null

validation_ds:
Expand Down

0 comments on commit 021e5f5

Please sign in to comment.