Change ctc.root configuration variable from ConfigParam to StrParam

上级 94a1c9f2
......@@ -1775,11 +1775,7 @@ AddConfigVar(
'Directory which contains the root of Baidu CTC library. It is assumed \
that the compiled library is inside the build directory, and the header \
inside the include directory.',
ConfigParam(
'',
filter=filter_base_compiledir,
allow_override=False
), in_c_key=False )
StrParam('', allow_override=False))
# Check if there are remaining flags provided by the user through THEANO_FLAGS.
for key in THEANO_FLAGS_DICT.keys():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论