-
作者是否可以添加textCNN model?
-
classifier_multi_label_textcnn 显示没有,这个是什么问题
-
`def forward(self, X):
embedded_chars = self.W[X] # [batch_size, sequence_length, sequence_length] `
I think the shape is [batch_size, sequence_length,embedding_size]
-
In paper, you say the image/text is first through VGG19/TextCNN. However, I can not find the VGG19 or TextCNN in train.lua. So I guess the data you used here is not original data but the features gen…
-
请问为何TextCNN的一个iter为什么要十几分钟,而TextRNN就很快,一个epoch不到一分钟?
-
env:
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
python 3.8.10
torch 2.0.1+cu117
pip install .
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple, https://pypi.ngc.nvidia.com
Proce…
-
program._compile(scope, self.place)
File "/opt/_internal/cpython-2.7.11-ucs4/…
-
Hello,
I'm learning the source code of TextCNN,at ` ./datesets/preprocess/sentence.py` , [here](https://github.com/Renovamen/Text-Classification/blob/master/datasets/preprocess/sentence.py)
` …
-
-
用textcnn,显示没有n_gram_vocab