keunwoochoi / music-auto_tagging-keras

Music auto-tagging models and trained weights in keras/theano
MIT License
616 stars 142 forks source link

Can i use MusicTaggerCRNN for extract feature from another feature audio like chromagram not mel-spectrogram? #44

Closed trangtv57 closed 4 years ago

trangtv57 commented 4 years ago

I just want use your pretrained model of you to extract feature from another feature audio i get from librosa like chroma_stft, chrom_cens, mfcc ...

keunwoochoi commented 4 years ago

You can, just because even a random-weights neural network would work as a feature extractor.