-
def evaluate(model, args, dataset, label_vocab, global_step, description="dev", write_file=False):
"""
evaluate the model's performance
"""
dataloader = get_dataloader(dataset, arg…
-
Hi,
I've recently started with Icefall and I was just trying to test the pretrained model for LibreSpeech. As stated in the docs I ran the following command:
```
./tdnn_lstm_ctc/pretrained.py \…
-
我在论文中看到嵌入词作为一个嵌入词(南京市)作为一个静态词,公式13中,也给这个静态词分配了一个权重,这个权重是依赖句子中“南”这个词存在的吗?因为这个句子中,嵌入的位置可能是随机的,也就是说“南京市”匹配的那部分权重并不是每次都起作用的?那么如何保证能够激活“南京市”这个静态词,或者说如何使用“南京市”对应的权重?这个权重可以直接放弃吗?反向传播的时候,如何更新这个权重?
-
Hi, I am newer to learn icefall,I finished the training of tdnn_lstm_ctc, when run the decode steps, I meet the following error, I change the --max-duration, there are still errors:
2021-10-04 00:4…
cdxie updated
3 years ago
-
Hello,
I am training a TDNN-LSTM model with librispeech recipe on 16k 100 hours data. After training, I run decode.py. I sometimes observe a cuda issue (given below). Have you ever observe somethin…
-
I am using Keras and Tensorflow with R, using the example in the book ["Deep Learning with R"](https://www.manning.com/books/deep-learning-with-r?query=DEEP%20LEARNING%20WITH%20R), trying to create so…
-
> Traceback (most recent call last):
File "/home/rui/workspace/lattice-lstm/LatticeLSTM-master/main.py", line 459, in
train(data, save_model_dir, seg)
File "/home/rui/workspace/lattice-lst…
-
**System information**.
> R version 3.6.3 (2020-02-29)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19043)
> attached base packages: [1] stats graphics g…
-
您好,请问关于weibo数据集预处理的代码里面是不是默认为Overall。怎么调整为对NE实体的处理,我在源码中没有找到,方便告知一下吗,麻烦您了。
-
您好,全连接层输出维度加2是什么含义,为什么不直接使用标签数作维度?