Text-Classification-CNN-PyTorch
Text-Classification-CNN-PyTorch copied to clipboard
The aim of this repository is to show a baseline model for text classification through convolutional neural networks in the PyTorch framework. The architecture implemented in this model was inspired b...
Results
1
Text-Classification-CNN-PyTorch issues
Sort by
recently updated
recently updated
newest added
trafficstars
The convolution method in function forward is wrong, x=x.permute(0,2,1)