-
I was trying to implement Spatial Transformer Layer in my Code but I am getting this error. Is there any solution for it ?
`
def locnet():
b = np.zeros((2, 3), dtype='float32')
…
-
Below is the configuration file and training log.
Looking forward to your reply.
![IMG_20210420_103511](https://user-images.githubusercontent.com/7894408/115329477-f3bf6200-a1c4-11eb-997b-f5b8a92c…
-
Help, Help!
I add some layers in both model_cz.prototxt and tiny.prototxt, when I train the model by python train.py, one error occur: valueError: cannot reshape array of size 6204 into shape(22,1…
-
can you tell me about this question that I have meet
-
Hi,
I am wondering how I can convert the target transcript texts to its corresponding phone sequence for the word having multiple lexicon definitions in order to train the AM. In my understanding, CT…
-
I noticed that in the updated zipformer receipt, the shuffled cuts are not used! Is it on purpose?
https://github.com/k2-fsa/icefall/blob/d667dc365b3259179c9d54bd32a1bb2bd8afa4f0/egs/librispeech/AS…
-
While Unicode does have codepoints for the most common fractions (`¼`, `½`, `¾` etc). this does not scale because of course not all possible numerator/denominator combinations are available. So it mig…
-
What would be the main steps for building a real-time decoder on top of EESEN?
I read in the EESEN paper that composing the tokens, lexicon and grammar speeds up decoding a great deal, and I'd li…
-
Is there any possible to use cudnn.BLSTM to replace bidirectionalLSTM and use Baidu's warp_ctc to replace CtcCriterion?Thus i can use cudnn to boost the system.
-
In fact, you can find a issue very similar to this one, check #110
lianuo said just feed st-gcn (3,t,18,1) frames, as t he used is 20, I think it's a good solution but if you directly use the pre-…