提交 c5571093 authored 作者: cocu's avatar cocu

fix error message

上级 5c25f307
...@@ -1574,7 +1574,7 @@ class GCC_compiler(object): ...@@ -1574,7 +1574,7 @@ class GCC_compiler(object):
if not "g++" in theano.config.cxx: if not "g++" in theano.config.cxx:
_logger.warn( _logger.warn(
"WARNING: your Theano flag `cxx` seems not to specify `g++`.\n" "WARNING: your Theano flag `cxx` seems not to be g++ compiler.\n"
" Please specify name or path including `g++`." " Please specify name or path including `g++`."
) )
detect_march = False detect_march = False
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论