Unverified 提交 08bc1b62 authored 作者: Colin's avatar Colin 提交者: GitHub

Merge pull request #18 from adrn/py3-print

Fix print statement in docs page
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论