HPI-DeepLearning / crnn-lid

Code for the paper Language Identification Using Deep Convolutional Recurrent Neural Networks
GNU General Public License v3.0
105 stars 48 forks source link

Live testing not good #13

Open songpu2015617 opened 5 years ago

songpu2015617 commented 5 years ago

Dear Authors:

We trained your model actually (topcoderCRNN) which is good at training and even regression test(which means unseen data from training). But the live test is really bad. Live means we use microphone recorded data to test. Could you let us know what's the reason causing this? Is it the feature issue or the micro recorded data are much different from training data? Thanks.

Bartzi commented 5 years ago

Hmm, I'd say it is because the data you record via microphone is quite different to the training data and thus not on the trained data manifold. You should be able to solve this problem by incorporating some training data that is similar to your recordings.