-
_Originally posted by @lfzCarlosC in https://github.com/tensorflow/models/issues/468#issuecomment-269922704_
-
Hi,
I am using TF ver 0.12.head on Ubuntu 16.04 Python 2.7 and following [this](https://github.com/tensorflow/models/blob/master/slim/slim_walkthough.ipynb) for learning inception model in TF Slim
`…
-
## SyntaxNet
Hello, I'm running this:
```
git clone --recursive https://github.com/tensorflow/models.git
cd models/syntaxnet/tensorflow
./configure
cd ..
bazel test ...
```
And th…
-
I use the toy data to train a model and decode it ,all result is \.
then I convert my own data and vocab from reviews written about fine foods sold on Amazon.
This dataset contains above 500,000 re…
-
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…
-
## This issue is regarding textsum model.
I training the model using the given toy data set. And to see the result real quick, I tried to test with just one article from toy dataset. When I tested wi…
-
I am trying to push a Python (3.6.5) app via Flask to Cloud Foundry (cf version 6.36.1+e3799ad7e.2018-04-04). The application takes a POST request (text file), does some text transformation, saves the…
-
I am trying to push a Python (3.6.5) app via Flask to Cloud Foundry (cf version 6.36.1+e3799ad7e.2018-04-04). The application takes a POST request (text file), does some text transformation, saves the…
-
作者您好,打扰了,请问您有尝试过使用seq2seq模型来进行中文文本摘要(长文本)吗?
可不可以在您这个代码的基础上做中文文本摘要任务呀?求指导,O(∩_∩)O谢谢了!
-
when i run training command,
$ bazel-bin/textsum/seq2seq_attention \
--mode=train \
--article_key=article \
--abstract_key=abstract \
--data_path=data/training-* \
--voca…