Blame view
egs/wsj/s5/steps/libs/nnet3/train/__init__.py
328 Bytes
8dcb6dfcb first commit |
1 2 3 4 5 6 7 8 9 10 11 |
# Copyright 2016 Vimal Manohar # Apache 2.0 """ This library has classes and methods commonly used for training nnet3 neural networks. It has separate submodules for frame-level objectives and chain objective: frame_level_objf -- For both recurrent and non-recurrent architectures chain_objf -- LF-MMI objective training """ |