Kai
Kai
Hello, I was doing decode with the kaldinnet2onlinedecoder. When I test some long audio such as the bill_gates-TED.mp3 or other audio longer than 1 min, Its always show "Audio sent,...
Hi I was able to implement the gstkaldi decoder successfullly. I have train a chain model on my own data and modified the yaml according to the sample_chinese_nnet3.yaml. However, I...
hi I was trying to compile caffe-dilation but I met some error. In file included from /usr/include/c++/5/random:35:0, from /home/aigrp/kai/caffe-dilation/include/caffe/layers/image_label_data_layer.hpp:4, from /home/aigrp/kai/caffe-dilation/src/caffe/layers/image_label_data_layer.cpp:10: /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library...
你好,在gen_hard_example在运行时速度太慢,每张图要1-2秒。 在。gen_hard_example.py 参数gpu被注释掉了,请问是默认用的cpu吗
Hello, in transformer.py I found that the pos_enc was initialized in the encoder but it was not used ind the forward?
@stuarteiffert thanks for the awesome work. I was wondering have you ever do some further work on Activity Recognition based on 2D pose keypoints as you mentioned in the Further...
Hello, I found that export_jit with different version of wenet lead to different decode result. I was training the wenet model with a previous version without lm and after training...
你好 我在编译第九章的线程池项目时将书中的代码拆分成了头文件与cpp编译时报出几个undefined reference的错误。 项目层级目录如下: |---main.cc |---threadpool.h |---threadpool.cc |---syncqueue.h |---syncqueue.cc |---CMakeLists.txt
hello after runing the do_cmd I got the following error: Current thread 0x000119dc (most recent call first): Fatal Python error: initfsencoding: unable to load the file system codec ModuleNotFoundError: No...
Hello, I was wodering how can i train the sd model with the pre-trained feature extract model on my own data? Is there any example script? Thanks