-
#### Description:
-
When i run the textsum tutorials,i encounter a problem like this "File "~/models/textsum/batch_reader.py", line 264, in _GetExFeatureText
return ex.features.feature[key].bytes_list.value[0] ... …
-
I'd like to tackle the issue of the using of bucket in models/textsum. There is a `batch_reader` which supports bucketing. But in the `seq2seq_attention`, the length of sequence is directly defined by…
ghost updated
4 years ago
-
```
jalal@klein:~/computer_vision/tensorflow/models$ bazel build -c opt --config=cuda textsum/...
The 'build' command is only supported from within a workspace.
```
Can you please help with the fix?…
-
--------------------
### System information
- **What is the top-level directory of the model you are using**: Textsum
- **Have I written custom code (as opposed to using a stock example script prov…
-
I am not sure if this is an actual bug or if its expected but undocumented behavior.
I have a model that uses multiple lookup tables created via string_to_index. I freeze the model like so:
`bazel…
-
Please go to Stack Overflow for help and support:
http://stackoverflow.com/questions/tagged/tensorflow
Also, please understand that many of the models included in this repository are experimenta…
-
seq2seq.attention_decoder argument initial_state_attention is true while decoding, This calculates "attns" as per the initial_state passed and, that is from encoder hidden states. This is not the beha…
-
Hello,
I am training a model that auto-names as `Model_AttentionRNNEncoderDecoder_src_emb_200_bidir_True_enc_GRU_32_dec_ConditionalGRU_32_deepout_linear_trg_emb_200_Adam_0.001`.
Model appears to…
-
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…