Unverified 提交 e0496181 authored 作者: Pascal Lamblin's avatar Pascal Lamblin 提交者: GitHub

Merge pull request #6560 from desireevl/master

Corrected spelling mistake
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论