-
where is hierAtten_word_voabulary.pik?
-
when I run the text classification model in local ,I get accuracy around 95%,but after I export it,and run in tensorflow serving ,I get accuracy around 0.05%,it frustrate me a lot! my code of export s…
-
label size is to big, out of memory.
ynuwm updated
6 years ago
-
I use a03_TextRNN,but these two lines has error:
```
from data_util_zhihu import load_data_multilabel_new,create_voabulary,create_voabulary_label
from tflearn.data_utils import pad_sequences #to_ca…
-
Thank you for sharing these wonderful codes!
Just one issue, it seems in a03 TextRNN, the result part (self.predictions) does not support multi-label classification. There is a lot to change if I w…
-
ModuleNotFoundError Traceback (most recent call last)
in ()
8 import numpy as np
9 from p5_fastTextB_model import fastTextB as fastText
---> 10 from p4_zhihu_loa…
-
hi, 我的资源不多,想使用一个模型去训练,这几个模型的准确率如何,差别是怎样的
-
You're using wrong model instead of Y.K.'s TextCNN!
TextCNN uses conv2d and maxpooling2d to extract features.
but you use conv1d and maxpooling1d.
Please refer to:
https://github.com/dennybritz/…
-
There is no file named "test-zhihu-forpredict-title-desc-v6.txt",when i run the p1_HierarchicalAttention_predict.py in the Hierarchical Attention Network. Also i have tried to use the test-zhihu6-titl…
-
Hello,
I got the following error when running the code. Could you help solve this issue?
Thanks
Traceback (most recent call last):
File "demo.py", line 314, in
main()
File "demo.p…