Skip to content

Latest commit

 

History

History
 
 

contextnet

ContextNet: Improving Convolutional Neural Networks for Automatic Speech Recognition with Global Context

Reference: http://arxiv.org/abs/2005.03191

ContextNet Conv Block

ContextNet Se Module

Example Model YAML Config

Go to config.yml

Usage

Training, see python examples/contextnet/train_*.py --help

Testing, see python examples/contextnet/test_*.py --help

TFLite Conversion, see python examples/contextnet/tflite_*.py --help