摘要: Xvector nnet Training of Xvector nnet Xvector nnet in Kaldi Statistics Extraction Layer in Kaldi Statistics Pooling Layer in Kaldi Implementation in Kaldi Con... 阅读全文
posted @ 2018-12-27 10:30 JarvanWang 阅读(1628) 评论(0) 推荐(0) 编辑
摘要: 标准LSTM: 与标准LSTM相比,Kaldi的fastlstm对相同或类似的矩阵运算进行了合并。 # Component specific to 'projected' LSTM (LSTMP), contains both recurrent and non-recurrent projections fastlstm.W_rp, fast... 阅读全文
posted @ 2018-12-27 10:18 JarvanWang 阅读(1326) 评论(1) 推荐(0) 编辑
摘要: 根据任务,构建ComputationRequst 编译ComputationRequst,获取NnetComputation std::shared_ptr computation = compiler_.Compile(request); 创建计算——CreateComputation compiler.CreateComputation(opts, computat... 阅读全文
posted @ 2018-12-27 10:12 JarvanWang 阅读(1248) 评论(0) 推荐(0) 编辑