Do we need to specify sample rate to train a new model? #32
-
Hi, In the document, it seems examples use 22050 but notebook examples seem to use 48000. Can I just input 16000 audio as input?
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The model doesn't need to know about the sample rate since it's generic for 1D data. As long as inference and training have the same sample rate it's going to work fine. You might want to check out a few experiments examples in the trainer |
Beta Was this translation helpful? Give feedback.
The model doesn't need to know about the sample rate since it's generic for 1D data. As long as inference and training have the same sample rate it's going to work fine. You might want to check out a few experiments examples in the trainer