-
In [tacotron.py](https://github.com/keithito/tacotron/blob/tacotron2-work-in-progress/models/tacotron.py#L64) we can see the `attention_depth` is set as 128 and then it is wrapped into `ConcatOutputAn…
-
hello,when i tried to train the model ,i meet the follows:
InvalidArgumentError (see above for traceback): sequence_length(0)
-
The README for `tag_char_rnn.py` indicates it can be run without word vectors by omitting the `--embed` option. However, when I try to run it that way I get this error:
```
python tag_char_rnn.py …
-
hi,
i am getting the following error while calculating ppl on the test set:
```
Mapped name None to device cuda: GeForce GTX TITAN Black (0000:03:00.0)
2018-04-09 11:44:37,415 exception_handle…
-
```python
import numpy as np
import time
import paddle
import paddle.fluid as fluid
import paddle.fluid.core as core
import paddle.fluid.framework as framework
from paddle.fluid.executor impo…
-
I need to freeze lstm layer(using Bidirectional wrapper).
So I freeze layer using
`singleModel.layers[x].trainable = False`
But it seems to not be frozen.
After checking layer(by seeing # of Tr…
-
I just cloned the lasted version (which claimed has fixed the round bug reported before). But I meet a new error:
File "/home/kimi/Desktop/fairseq-py/fairseq/utils.py", line 292, in convert_padding_d…
-
Last contact was ten months ago,when I was looking for an internship. Now I am a full-time employee at a satisfied company, thank you for helping me before. Excuse me, have you ever done an experiment…
-
I have a little question about this part below. Does this mean you slice it along first axis, which means you slice it along batch-size dimension? But according to the paper,shouldn't it be sliced alo…
-
@MhLiao hello
I want to re-implement the result in your paper ,but I got a more low f-measure which is 55%(single scale), below is the solver which is created with using your default code \
++++++…