E2E-ASR icon indicating copy to clipboard operation
E2E-ASR copied to clipboard

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

Open cweng6 opened this issue 6 years ago • 2 comments
trafficstars

cweng6 avatar Jun 09 '19 06:06 cweng6

No need.

HawkAaron avatar Jun 10 '19 01:06 HawkAaron

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

cweng6 avatar Jun 10 '19 02:06 cweng6