cjiang2 / VDCNN

Implementation of Very Deep Convolutional Neural Network for Text Classification
171 stars 41 forks source link

Questions about the test error #14

Closed tyj1997 closed 3 years ago

tyj1997 commented 5 years ago
  1. I‘ve run your code on AG News dataset, and I get high accuracy in train step,but a relatively lower and unstable accuracy in test step. If I set the is_training=Ture in test step, I will get a good result, is there problems in the batch norm?

  2. What is the use of fixed_padding after pooling layers, I did't see such an operation in the original paper.