text-classification-pytorch icon indicating copy to clipboard operation
text-classification-pytorch copied to clipboard

使用pytorch和京东某商品评价数据集,采用不同模型对文本进行分类

Results 3 text-classification-pytorch issues
Sort by recently updated
recently updated
newest added

embedding后的输出维度为(batch_size,length,embedding_dim) 而Conv1d的输入格式为(batch_size,embedding_dim,length) Conv1d中的in_channels对应的是不是embedding_dim呢?我看你注释中有用permute函数转换格式,请问后面为什么又注销掉了呢?希望您能回答一下,谢谢。