samemon / Voice-to-Age

This program determines the age range of a person from their voice. It uses a simple Mel-log spectrogram approach with a multi-layer perceptron model with relu as an activation and softmax in the final layer.
15 stars 5 forks source link

where is the pretrained model file? #2

Open jackaduma opened 6 years ago

jackaduma commented 6 years ago

where is the pretrained model file? Tks!

samemon commented 5 years ago

Hi there. We shall release the pre-trained model by the end of January. If you would like to implement it yourself, you could look at our paper here: https://arxiv.org/abs/1810.00974

eseku commented 4 years ago

Hi, we never received the pre-trained model?