-
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…
-
for the **textsum** model, there is a module named `Queue` and for the life of me I can't figure out where that should be coming from - it doesn't seem to be a standard Python module
_forgive me if t…
-
i cloned 'textsum'. but, there is no toy data described in README.md
```
# cd to your workspace
# clone the code to your workspace and create empty WORKSPACE file.
# move the data to your workspace. …
-
[models/textsum]
I am trying to train the Gigaword dataset with the default parameters which seems very slow. But the loss is getting lower as the time goes by. Can anyone who have succeeded to trai…
-
I didn't have the Gigaword dataset, so i want to run the model on some other dataset i found on the internet. After reading issues posted by other guys, i successfully switch my data to the data form…
-
I got the following error when using `tf.nn.bidirectional_dynamic_rnn`.
```
Traceback (most recent call last):
File "main_cnn.py", line 63, in
main()
File "main_cnn.py", line 50, in main
…
-
## Please let us know which model this issue is about (specify the top-level directory)
it says 'The 'build' command is only supported from within a workspace.'
daiwk updated
8 years ago
-
Can't get @ViewById to work inside an @EBean.
@EActivity(R.layout.data_layout)
public class MyActivity extends Activity {
@Bean
MyEbean bean;
@AfterViews
public void setupView() {
b…