dennybritz / cnn-text-classification-tf

Convolutional Neural Network for Text Classification in Tensorflow
Apache License 2.0
5.64k stars 2.77k forks source link

Training problem #172

Open Chen65010445 opened 5 years ago

Chen65010445 commented 5 years ago

I trained unbalance data with your code. But when I evaled the test data with trained model, the confusion matrix showed that the model still had bad performance of unbalance data. How could I fix this problem?