Skip to content

Pre-trained model - how are they created? #2060

Answered by JRMeyer
etlweather asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @etlweather,

there was quite a bit of augmentation used in training the v1.0 English model. The kind of augmentation was a simple variation on SpecAugment [1].

First 50 Epochs [1]

  "augment": [
    "frequency_mask[p=0.9,n=2:5,size=2]",
    "time_mask[p=0.9,n=3:4,size=25:100,domain=spectrogram]"
  ]

Second 50 Epochs [2]

  "augment": [
    "frequency_mask[p=0.9,n=5:7,size=2]",
    "time_mask[p=0.9,n=4:5,size=100:125,domain=spectrogram]"
  ]

Final 50 Epochs [3]

  "augment": [
    "frequency_mask[p=0.9,n=5:7,size=2]",
    "time_mask[p=0.9,n=4:5,size=100:125,domain=spectrogram]"
  ]

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by JRMeyer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants