transducer
transducer copied to clipboard
A Fast Sequence Transducer Implementation with PyTorch Bindings
Is there any explanation why you didn't implement this part in C++, and instead did it in Python using torch.autograph.Function? @staticmethod def backward(ctx, deltas): ...... lngrads = lngrads * expLNs.reciprocal()...
In current implementation, emissions and the predictions subtract their own maximum values respectively. But consider this case ``` emission[0, 0] = [0, -1000] prediction[0, 0] = [-1000, 0] -> #...
I successfully compiled the source file, but there was a problem when using it. 
follow the readme, I got the error about importing error, suggest that there may be a circle import. finally I find a soulution I have to manually copy the _transducer.cpython-xxxx.so...