Skip to content

vktt/transducer

 
 

Repository files navigation

transducer

A Fast Sequence Transducer Implementation with PyTorch Bindings. The corresponding publication is Sequence Transduction with Recurrent Neural Networks.

Tested with Python 3.7 and PyTorch 1.3

Install and Test

First install PyTorch then from the top level of the repo run

python setup.py install

And test with

python test.py

About

A Fast Sequence Transducer Implementation with PyTorch Bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 76.4%
  • C++ 23.6%