VDCNN icon indicating copy to clipboard operation
VDCNN copied to clipboard

Implementation of Very Deep Convolutional Neural Network for Text Classification

Results 1 VDCNN issues
Sort by recently updated
recently updated
newest added

in __init__(), self.logits was =True, which is incorrect. Should be =logits, which takes in the required Boolean value (logits) from the function arguments instead of being set to True always.