Text-Classification-CNN-PyTorch icon indicating copy to clipboard operation
Text-Classification-CNN-PyTorch copied to clipboard

Wrong convolution

Open 846468230 opened this issue 3 years ago • 1 comments
trafficstars

The convolution method in function forward is wrong, x=x.permute(0,2,1)

846468230 avatar Jun 17 '22 11:06 846468230

accordingly, the in-channel should be embedding size as well.

yiyunzhao avatar Oct 04 '22 07:10 yiyunzhao