提交 1307c194 authored 作者: Adrian Price-Whelan's avatar Adrian Price-Whelan

fix troubleshooting blas rec to run in py3

上级 8fb0d8b7
......@@ -289,7 +289,7 @@ Theano/BLAS speed test:
.. code-block:: bash
python `python -c "import os, theano; print os.path.dirname(theano.__file__)"`/misc/check_blas.py
python `python -c "import os, theano; print(os.path.dirname(theano.__file__))"`/misc/check_blas.py
This will print a table with different versions of BLAS/numbers of
threads on multiple CPUs and GPUs. It will also print some Theano/NumPy
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论