Text-Classification-CNN-PyTorch
Text-Classification-CNN-PyTorch copied to clipboard
Wrong convolution
trafficstars
The convolution method in function forward is wrong, x=x.permute(0,2,1)
accordingly, the in-channel should be embedding size as well.