Unverified 提交 43086c7a authored 作者: Desiree Vogt-Lee's avatar Desiree Vogt-Lee 提交者: GitHub

fix minor spelling error

上级 91f71fc2
......@@ -1249,7 +1249,7 @@ def check_mkl_openmp():
try:
import mkl
if '2018' in mkl.get_version_string():
raise RuntimeError('To use MKL 2018 with Theano you MUST set "MKL_THREADING_LAYER=GNU" in your environement.')
raise RuntimeError('To use MKL 2018 with Theano you MUST set "MKL_THREADING_LAYER=GNU" in your environment.')
except ImportError:
raise RuntimeError("""
Could not import 'mkl'. Either install mkl-service with conda or set
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论