Skip to content
forked from awni/transducer

A Fast Sequence Transducer Implementation with PyTorch Bindings

License

Notifications You must be signed in to change notification settings

zane678/transducer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 2.7 and Python 3.6.

Install and Test

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

python build.py

From outside the repo test with

python -m transducer.test

About

A Fast Sequence Transducer Implementation with PyTorch Bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.2%
  • C 20.2%
  • C++ 1.6%