Add ctc.root and ctc.enabled flags to config.txt documentation

上级 5b481041
...@@ -744,6 +744,21 @@ import theano and print the config variable, as in: ...@@ -744,6 +744,21 @@ import theano and print the config variable, as in:
Location of the magma library. Location of the magma library.
.. attribute:: config.ctc.enabled
Default: ``'False'``
If ``'True'``, use `warp-ctc <https://github.com/baidu-research/warp-ctc>`_ for CTC
loss computations.
If ``'False'``, disable warp-ctc.
.. attribute:: config.ctc.root
Default: ``''``
Location of the warp-ctc library.
.. attribute:: config.gcc.cxxflags .. attribute:: config.gcc.cxxflags
Default: ``""`` Default: ``""``
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论