-
## Textsum
In seq2seq_attention.py, the following code defined there is 0 gpu to be used by default:
`tf.app.flags.DEFINE_integer('num_gpus', 0, 'Number of gpus used.')`
I tried to run the code on a…
-
any one tried to portthe textsum to javascript?
-
## textsum GPU setting
The origial textsum model training code uses '/cpu:0' and I had no problem running that in bazel with cuda support. But I guess that line actually specifies usage of CPU, am I …
-
Hi guys,
I trained the model using the given toy data set and the given parameters. And when I tried to test with just one article from the toy dataset and with the example. The decoder is always the…
-
## Please let us know which model this issue is about (specify the top-level directory)
the reference _A Neural Attention Model for Sentence Summarization_ is a model of nnlm&cnn, apperantly not what…
daiwk updated
8 years ago
-
## Model: textsum
I'm using os x to run the textsum codes,
when I run command `bazel build -c opt textsum/...`
it response with the flowing errors:
`ERROR: package contains errors: WORKSPACE/textsum…
-
My device is only one Tesla K40m
My tensorflow version is 0.8.0
I just run the following command
"bazel-bin/textsum/seq2seq_attention \
--mode=train \
--article_key=article \
--abstract_key=abst…
-
## Please let us know which model this issue is about (specify the top-level directory)
Command I use to invoke training : bazel-bin/textsum/seq2seq_attention --mode=train --article_key=article --abs…
-
## About Textsum model
I have got the raw data from NIST,
Could you let me know how to pack the training data into the required binary format?
The toy data format in data/data file are:
`4905 0000 …
-
Has anyone else seen this issue. I currently am trying to get binary training/test data formatted for the TextSum model using the referenced data_convert_example.py. I have successfully been able to…