欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

kaldi vs2019编译cudadecoder模块的问题

程序员文章站 2022-04-11 17:29:08
...

1 未找到usleep

thread-pool-light.h中添加:

#define usleep(x) Sleep(x/1000)

2 std中未定义iota

batched-threaded-nnet3-cuda-online-pipeline.cc中添加:

//window添加
#include <numeric>
using namespace std;
相关标签: 语音