HawkAaron / E2E-ASR

PyTorch Implementations for End-to-End Automatic Speech Recognition
126 stars 27 forks source link

Is log_softmax needed for activations on GPU to use your Transducer Loss? cf https://github.com/HawkAaron/E2E-ASR/blob/04d416b1c32a8cbe55aa7527cfce25739339cbd5/model.py#L83 #7

Open cweng6 opened 5 years ago

HawkAaron commented 5 years ago

No need.

cweng6 commented 5 years ago

hmm, but in the latest version of pytorch bindings, it seems only CPU it doesnot log_softmax, see,

https://github.com/HawkAaron/warp-transducer/blob/05c524ef3d8601ed48813b417c820cbdeb023b45/pytorch_binding/warprnnt_pytorch/__init__.py#L67