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

Size issue with convolutions #28

Open anderleich opened 3 years ago

anderleich commented 3 years ago

Hi, I'm getting size issues wit convolutions for image size of 500x129. Max pooling is reducing too much the image after some convolutions

Bartzi commented 3 years ago

Hmm, you could try with another network. Which are you using right now? I guess the height is getting too small?

Bartzi commented 3 years ago

try changing the model in this line to crnn. This should give you a better model.