-
Hello! I am new to tensorflow and when I run your model TextCNN, I get a issue, that is, sess.run() blocks.
I can only get the print before the code: "curr_loss,curr_acc,_=sess.run([textCNN.loss_val…
-
Hi, Denny
I write a OOP schema cnn model, but there is some error when predict. I know that if define and write the code like `c` style in one file, it is easy to restore the value, but in OOP sch…
-
你好
我在執行到
Training and evaluating...
Epoch: 1
之後運行過程中出現
File "C:\Anaconda3\lib\site-packages\tensorflow\python\client\session.py", line 1096, in _run
% (np_val.shape, subfeed_t.name, str(subf…
-
Hi, there
I write a OOP schema cnn model, but there is some error when predict. I know that if define Variable and write the code like `c` style in one file, it is easy to restore the value, but i…
-
Hi,
I've read many forums, found it pretty much nobody has been successful in compiling and running matconvent, I've tried many things and didn't work, that's the last error I get; can anybody help me…
-
I'm dealing with an NLP task. And I pad all the sentence to the same length (pad with 0 vector). However, I need the real length of sentence **in the network** (Such as TextCNN). How could I get this?…