提交 153f6d92 authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #4475 from kmike/small-doc-fixes

Small doc fixes
......@@ -745,7 +745,7 @@ Theano dependencies is easy, but be aware that it will take a long time
- Afterwards, please check that the ``scipy`` module that is imported in
Python is the right one (and is a recent one). For instance, ``import
scipy`` followed by ``print scipy.__version__`` and ``print scipy.__path__``
scipy`` followed by ``print(scipy.__version__)`` and ``print(scipy.__path__)``
should result in a version number of at least 0.7.0 and a path that starts
with ``/opt/local`` (the path where MacPorts installs its packages). If this
is not the case, then you might have some old installation of ``scipy`` in your
......
......@@ -136,7 +136,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
......
......@@ -264,7 +264,7 @@ if __name__ == "__main__":
GTX 780
GTX 980 Ti 0.41s
GTX 980
GTX 970
GTX 970 0.66s
GTX 680 1.57s
GRID K520
GTX 750 Ti 2.01s 2.01s
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论