pannous / tensorflow-speech-recognition

🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks
Other
2.16k stars 639 forks source link

How to augment data for the spectogram? #11

Closed codegeniur closed 7 years ago

codegeniur commented 7 years ago

Any sample code to do data augmentation on the spectrograms? Observed that for spectrogram words, they are mainly in 160 format. How do you get other variations such as 40, 60 +? What kind of transformation is that?

Thanks!

pannous commented 7 years ago

No sample code here, but it's a fairly easy task.

codegeniur commented 7 years ago

How is it done? still learning about this field :)