Shujie HU (胡书杰)

Results 3 issues of Shujie HU (胡书杰)

line 121 b = P\mu I think it should be "b = \sum_{l} W_{l}^{T}P_{l}\mu“ bs = precisions * means => P_{l}\mu bm.dot_mv_plus_equals(win_mat.T, b_frames[:, win_index], target=b) => W_{l}^{T}

# N, output_dim*context_size, new_t = x.shape x = x.transpose(1,2) x = self.kernel(x) x = self.nonlinearity(x) I think "output_dim" should be "input_dim"? thanks

Hi, the speed of decoding is too slow, about 5 seconds per utterance. How can I use multi-thread or multi-cpu to decode?