Closed clw5180 closed 6 years ago
Thank you for your post. We noticed you have not filled out the following field in the issue template. Could you update them if they are relevant in your case, or leave them as N/A? Thanks. What is the top-level directory of the model you are using Have I written custom code OS Platform and Distribution TensorFlow installed from TensorFlow version Bazel version CUDA/cuDNN version GPU model and memory Exact command to reproduce
The problem has been solved. There's something wrong with the label such as </d>
and so on.
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:
however, when I ran the textsum/seq2seq_attention.py, I came across this error:
I try the vocab offered by the author, there isn't any problem like this. However, that vocab is generated from a big dataset, not this toy dataset. Can anyone tell me what this error mean, or how to solve the problem? Thanks a lot!!