-
你好,请问这个数据在其他模型(textCNN, lstm, eg.)上的效果有没有测试过呢?谢谢
-
I want to train the TextCNN with single label data, and I have changed `traning_data_path` to `../data/sample_single_label.txt` and `multi_label_flag` to `False`.
However it doesn't work.
The erro…
-
Hi, what is the learning rate when you train TextCNN(No-pretrain)?
MIDDLE SIZE DATASET(cail2018, 450k)
Model | TextCNN(No-pretrain)| TextCNN(Pretrain-Finetuning)| Gain fro…
-
* [x] implements ```SE Module``` for TexTCNN
-
create_voabulary_label_sorted.ended.len of vocabulary_label: 1999
Traceback (most recent call last):
File "p7_TextCNN_predict.py", line 42, in
questionid_question_lists = load_final_test_dat…
-
新手求指教,为什么代码跑出来没有出现准确率和误差曲线图。
-
ValueError: Cannot feed value of shape (64, 19) for Tensor 'input_y:0', which has shape '(?,)'
In textCNN, input_y is defined as [None,]. However, when feed it at train.py(feed_dict[textCNN.input_y] …
-
Could you please offer the download address about the datasets , sometimes I can't understand the format of the data…… I want to have a reference...
-
No need to implement at the first time.
Expect to find something interesting during implementation. However, the evaluation on this model may well be as good as expected.
http://www.wildml.com/2015/…
-
1. Setting the save_dir: /checkpoints/textcnn
`save_dir = os.path.join(run_path, 'checkpoints/textcnn')
save_path = os.path.join(save_dir, 'best_validation')`
2. Setting the FileWriter path: /ten…