-
Please make sure that the boxes below are checked before you submit your issue.
If your issue is an **implementation question**, please ask your question on [StackOverflow](http://stackoverflow.com/q…
-
Merlin with RNN is not working? I mean that the quality of synthesized speech is not good.
Have you tried the new version of Merlin?
Any advise? Thanks
-
```python
shape = [2]
gate_size = 1
data = fluid.layers.data(name='data', shape=shape, dtype='float32')
input_forward_proj = fluid.layers.fc(name='fc_0',input=data,
…
-
在代码中调用Blstm + crf时需要传入序列的真实长度列表,但在代码中是用input_ids来求的:
used = tf.sign(tf.abs(input_ids))
lengths = tf.reduce_sum(used, reduction_indices=1)
这个是不是应该改成:
used = tf.sign(tf.abs(input_mask))
lengths = t…
-
Hi, I was trying to run your demos but I only make it to work for the original_svhn model, I also tried to train one by myself but at the end it raises the same size error.
When I do:
```bash
pyt…
-
I tried to train crnn on dataset PitchRec_dataset\OMRB\TrainSet (2345 images), then got "train loss = inf" just like:
[05/23/16 11:18:15] Loading datasets...
[05/23/16 11:18:15] Start training...
[…
-
Hey I tried to implement your paper in keras on EMODB database
where time step is 300
and 5 conv2d layers followed by one blstm and attention layer
training size is (339,300,40,30)
but not getting…
-
@HawkAaron I tried to train the transducer on my own dataset. When I increase the hidden_size from 250 to 512 and increase the num_layers from 3 to 5, the performance became worse, why? The bigger mod…
-
Hi,
I've read about CRNN net papers for word-spotting, they reported really good result. Does Mlpack support Multi-Dim RNN like Bi-LSTM or MD-LSTM and CTC layers in order to build CRNN ?
I saw tha…
-
有没有试过BiLSTM-CRF不用的情况下效果怎么样?