brightmart / text_classification

all kinds of text classification models and more with deep learning
MIT License
7.83k stars 2.57k forks source link

p7_Textcnn.model not work #121

Closed linjun-lj closed 5 years ago

linjun-lj commented 5 years ago
            conv = tf.contrib.layers.batch_norm(conv, is_training=self.is_training_flag, scope='cnn_bn_')

这行代码应该删掉