-
When I run your project in tf 1.6 or tf 1.7, I got an error:
TypeError: The two structures don't have the same sequence type. First structure has type , while second structure has type .
This ha…
-
am getting issue related to miss match of state and output. But I am unable to figure the issue.
It would be really appreciated if someone can guide me. Thanks in advance.
I am using tensorfow-gpu=…
-
Hi, I got a error when I tried to execute create_model([6],bidirectional=True).
"List index out of range"
the problem came to line
temp = concatenate([bi_encoder_states[i],bi_encoder_stat…
-
- PyTorch-Forecasting version: v.0.8.3
- PyTorch version: 1.7
- Python version: 3.7
- Operating System: Ubuntu 18.04
### Expected behavior
I executed code from the tutorial to work with the D…
-
I modified "examples/encoder-decoder-coupling.lua" to test batch training:
``` lua
--[[
Example of "coupled" separate encoder and decoder networks, e.g. for sequence-to-sequence networks.
]]--
req…
-
I would like to have layers that allows you to build an encoder/decoder structures in Lasagne.
These layers are very similar to regular RNNs but with a few differences depending on the variant.
Here…
skaae updated
8 years ago
-
Hello,
Is it possible to make streaming tts with your architecture? We already made streaming Griffin-Lim and now we need a streaming decoder.
What do yo think about it? Can we pass cell status to d…
-
执行python demo_toolbox.py -d .\samples 启动程序后,第一次点击synthesize and vocode按钮报错,之后就不报错了,不知道什么原因?
RuntimeError: Error(s) in loading state_dict for Tacotron:
size mismatch for encoder_proj.weight: …
-
http://fyubang.com/2019/01/27/transfomer/
今年的NLP界被BERT整的明明白白,其中的基本结构 Transformer 一定要了解一下。 Abstract:一般来说,重要的sequence transduction模型都是基于包含encoder,decoder的复杂的rnn和cnn的。最好的模型是通过一个attention机制来连接encoder,d…
-
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[21], [line 4](vscode-notebook-cell:?ex…