Jin

Results 18 comments of Jin

> I am enchanting similar error when decoding with the TIMIT data set. I fix this by change the phone mapping part in eval.py. > here is my code >...

got the same error. cannot find __T216 in TensorReduction.h...

check assert(false && "Not implemented"); in TensorReduction.h. what is false && "Not implemented"? I just comment the line of code and it compiles successfully.

updating eigen seems to fix the problem...

@moucmou there is no need to use this library any longer. A lot of deep learning frameworks support lstm, which can be used.

@huaxinxiao can you train this pspnet with SyncBN?

@fwang91 attention-56. Thx.

BTW, do I have to init the BN layer like this? I am trying to write the train_val.prototxt, but the loss does not decrease and it keeps stable. ``` layer{...

@fwang91 In your code ``` // If true, will use the moving average mean and std for training and test. ``` and REMDME ``` We use moving average in the...