-
## Please let us know which model this issue is about (textsum)
When i run the program using the toyset data folder provided, I always get the following error
![image](https://cloud.githubuserc…
-
_From @Tilana on September 8, 2017 18:18_
use summarization to extract most relevant sentences which are then used for sentence classification
_Copied from original issue: Tilana/cnn#8_
-
I am trying to create my own training data for TextSum model. As my understanding, I need to put my articles and abstracts to a binary file (in `TFRecords`). However, I can not create my own training …
-
I have trained text sum for 5 days with the parameters recommended in the project page. I use a training set with more than 3 million article-summary pairs. At first running_average_loss decrease slow…
-
I'm trying to go about setting up the decode functionality from the "textsum" model for TF serving. Upon running the below code I am getting an error stating "**no variables to save**" when the assign…
-
Traceback (most recent call last):
File "seq2seq_attention.py", line 216, in
tf.app.run()
File "/home/sysadmin/anaconda2/lib/python2.7/site-packages/tensorflow/python/platform/app.py", lin…
-
I have run the `seq2seq_attention.py` and the average loss reduce to about 0.5. And I run it in `decode` mode. But the output are filled of `UNK` symbols, instead of those meaningful ones shown in the…
ghost updated
7 years ago
-
![capture](https://user-images.githubusercontent.com/13446197/27272053-dc84f35a-54e5-11e7-8c59-1624f633e266.PNG)
The image shows the pop up I am getting while running the bazel in windows. Kindly let…
-
Hello,
I have wasted 2 months after training the textsum model on a Tesla K 80 GPU (16 GPUs in total), but didn't got any success. In a feat of rage I destroyed the instance and now I am here asking …
-
i've got the .ckpt files but i cannot find the sum_dict.txt and doc_dict.txt files are they created during training?