-
@senlinuc 你好大神,在下载的文件中并没有找到densenet-no-blstm-vertical-feature这个模型相关的文件,请问能提供下载吗?
-
I didnot use mxnet. i did implementation on keras and this is the only model that gives the worst performance even below the benchmark models like naive bayes. i thought there must be some bug in my …
-
python /home/lwin/speech-emotion/Speech_emotion_recognition_BLSTM-master1/find_best_model.py -d "berlin" -p /"home/lwin/speech-emotion/Speech_emotion_recognition_BLSTM-master1/wav" -l -e -c 7
Using T…
-
When I'm trying to run the train_blstm.py, it is taking so much time to run
SparseTensor(indices=Tensor("decoder/CTCGreedyDecoder:0", shape=(?, 2), dtype=int64), values=Tensor("decoder/CTCGreedyDeco…
-
have you test the resnet18+ctc+blstm net?
-
Hi there,
I am very exciting to try out the new LSTM (or bidirectional LSTM) models in torch.cudnn and they are faster than my own implementation.
However, when I tried to set the dropout rate of BL…
-
In the ctpn model, I've replaced the bidirectional unit GRU with LSTM.
```
x2 = Bidirectional(LSTM(128,return_sequences=True), name='blstm')(x1)
```
But the shape of blstm really confused me.
Ta…
-
There is a ValueError when I git down all the code and run the code follow the guidance.
Traceback is follow:
---
Traceback (most recent call last): …
-
I am doing evaluation for a BLSTM model using CPU. I am using the C++ CNTK API for the evaluation. However I got this error
Inside File: Source/Math/Matrix.cpp Line: 4423 Function: RNNForward -> F…
-
```
julia> include("01-speech-blstm.jl")
Loading files
ERROR: LoadError: ArgumentError: invalid value for Enum BSONType: 32
Stacktrace:
[1] enum_argument_error(::Symbol, ::UInt8) at ./Enums.jl:2…