-
I want to implement CNN_BLSTM_CTC with CUDNN, but an error arise:
Traceback (most recent call last):
File "/home/Documents/MyCode/VLPR/view.py", line 25, in
output = CNN_MultiBLSTM_CTC_CUDNN…
-
When trying to use the plugin on kaldi-gstreamer-server with chain (nnet3) models, the server gives a 7-word sentence as a result, similar to the problem exhibited in issue #45.
However, upon setti…
-
Create mulit layer BLSTM model using Tensor Flow
* create variable input and output vectors
* create variable number of BLSTM layers
* create variable number of nodes for each layer
-
-
Hi, I am using the binary version of cntk (CNTK version 1.1). I want to build an LSTM or BLSTM system for speech (using numerical acoustic features). In CNTK book, the examples are given with languag…
wgkgk updated
7 years ago
-
I've been trying to create a stacked BLSTM but haven't had much success in Keras.
``` python
print('Build model...')
model = Graph()
model.add_input(name='input', input_shape=(maxlen,), dtype=int)
m…
-
Create mulit layer BLSTM model using Keras
* create variable input and output vectors
* create variable number of BLSTM layers
* create variable number of nodes for each layer
-
I'm sorry to bother you again.
I'd like to train a mix-model (CNN+BLSTM) for wave labelling, the cnn (well-trained in the previous project) in the mix-model outputs the feature of the waveform.I want …
-
hi:
thanks for sharing!
given the code
**rnn_encoded = Bidirectional(LSTM(encoder_units, return_sequences=True),
name='bidirectional_1',
…
-
I'm training a set of translation models using the suggested `fconv` parameters (but the model switched to `blstm`):
```
fairseq train -sourcelang en -targetlang fr -datadir data/fairseq/en-fr -mo…