Pinned Repositories
CAT
A CRF-based ASR Toolkit
combineInto
a funny brain-exercised game.
CRAQ
A Tool for Chat Record Analysis of QQ
ctc-align-cuda
An implementation of ctc alignment with CUDA and torch binding.
ctcdecode
PyTorch CTC Decoder bindings
modern-ctc-crf
Binding CTC-CRF loss C++/CUDA codes to modern PyTorch, ported from https://github.com/thu-spmi/CAT
Pico
Pico is a numpy-based "pico" neural network framework, with torch-like coding style and auto-grad implementation., with MNIST example.
torch-gather
A mini lib that implements several useful functions binding to PyTorch in C++.
warp-ctct
A CUDA-warp implemented CTC Transducer.
warp-rnnt
CUDA-Warp RNN-Transducer
maxwellzh's Repositories
maxwellzh/Pico
Pico is a numpy-based "pico" neural network framework, with torch-like coding style and auto-grad implementation., with MNIST example.
maxwellzh/torch-gather
A mini lib that implements several useful functions binding to PyTorch in C++.
maxwellzh/warp-ctct
A CUDA-warp implemented CTC Transducer.
maxwellzh/CRAQ
A Tool for Chat Record Analysis of QQ
maxwellzh/CAT
A CRF-based ASR Toolkit
maxwellzh/modern-ctc-crf
Binding CTC-CRF loss C++/CUDA codes to modern PyTorch, ported from https://github.com/thu-spmi/CAT
maxwellzh/warp-rnnt
CUDA-Warp RNN-Transducer
maxwellzh/combineInto
a funny brain-exercised game.
maxwellzh/ctc-align-cuda
An implementation of ctc alignment with CUDA and torch binding.
maxwellzh/ctcdecode
PyTorch CTC Decoder bindings
maxwellzh/LearnCpp
The programs and notes as I learn C++ at https://www.learncpp.com/.
maxwellzh/icefall
maxwellzh/pytorch-edit-distance
Levenshtein edit-distance on PyTorch and CUDA
maxwellzh/ShellArgparser
A shell argparse tool based on python argparse module.
maxwellzh/ST-NAS
Efficient Neural Architecture Search via Straight-Through Gradients