Language-Modeling-GatedCNN
Language-Modeling-GatedCNN copied to clipboard
only sentences with a fixed size are chosen?
Currently, yes. However, it would be very easy to simply do a padding to account for dynamic length.
In the file data_utils.py at line 14, shouldn't the length of the padding be equal to (k - 1), where k is the size of the convolution filter?