Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 554 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 554 Bytes

Py-FSMN

FSMN implementation with PyTorch

Add FSMNKernelParallel version with group convolution to speed up fsmn computation.

################################################################################
maximum relative error: max(abs((fsmnp_out - fsmn_out)/ fsmnp_out)) = 0.00000056
################################################################################
parallel fsmn kernel time used: 0.66744542
for-loop fsmn kernel time used: 4.57218981
################################################################################