junailin / transducer

A Fast Sequence Transducer Implementation with PyTorch Bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Python 78.1%Language:C 20.2%Language:C++ 1.6%