Blame view
egs/wsj/s5/steps/libs/nnet3/__init__.py
401 Bytes
8dcb6dfcb first commit |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# Copyright 2016 Johns Hopkins University (Dan Povey) # 2016 Vimal Manohar # 2016 Vijayaditya Peddinti # 2016 Yiming Wang # Apache 2.0. # This module has the python functions which facilitate the use of nnet3 toolkit # It has two sub-modules # xconfig : Library for parsing high level description of neural networks # train : Library for training scripts |