-
Traceback (most recent call last):
File "train.py", line 49, in
from object_detection.builders import dataset_builder
File "/usr/local/lib/python3.6/dist-packages/object_detection/builders…
-
textsum model
Within the data folder : https://github.com/tensorflow/models/tree/master/textsum/data there are two files : data & vocab. Is the following correct : data contains the article text to b…
-
Dear Wang,
I found your article very exciting, so I decided to download your package.
I have successfully evaluated the decoder and after that I decided to begin a new training session.
After sta…
-
I have not been having very good luck with figuring out how to export the decode functionality of the Textsum model for serving and would love it if someone could provide a Textsum decode example comp…
-
i don't understand why I am getting this error
here is the complete summary of errors
Oct 04 14:15 saver.py[line:1455] INFO Restoring parameters from model/model.ckpt-300000
Traceback (most re…
-
`Exception in thread Thread-103:
Traceback (most recent call last):
File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
self.run()
File "/usr/lib/python3.4/threading.py",…
-
# the code is:
def sampled_loss(labels, inputs):
labels = tf.reshape(labels, [-1, 1])
# We need to compute the sampled_softmax_loss using 32bit floats to
# …
y111x updated
5 years ago
-
I'm trying to use the text summarization model with `CTranslate`. I'm not sure about how the `GigaWord` corpus was trained (is that using BPE?), so I have tried this way:
```
echo "The quick brown…
-
For the textsum model, I download the toy dataset given by author. I don't use his vocab but generate a vocab from the toy dataset by myself. The vocab looks like this:
```
UNK 1
the 314
. 229
…
-
def main(unused_argv):
vocab = data.Vocab(FLAGS.vocab_path, 10000000)
# Check for presence of required special tokens.
assert vocab.CheckVocab(data.PAD_TOKEN) > 0
assert vocab.CheckVocab(d…