提交 af432bab authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix a few syntax warnings.

上级 2b9bcf22
......@@ -263,7 +263,7 @@ them perfectly, but a dscalar otherwise.
.. note::
When config.floatX==float32 (see :module:`config`), then Python floats
When config.floatX==float32 (see :mod:`config`), then Python floats
are stored instead as single-precision floats.
For fine control of this rounding policy, see
......
......@@ -16,7 +16,7 @@ Setting up CUDA
The first thing you'll need for Theano to use your GPU is Nvidia's
GPU-programming toolchain. You should install at least the CUDA driver and the CUDA Toolkit, as
:ref:`described here <http://www.nvidia.com/object/cuda_get.html>`. The CUDA
`described here <http://www.nvidia.com/object/cuda_get.html>`_. The CUDA
Toolkit installs a folder on your computer with subfolders *bin*, *lib*,
*include*, and some more too. (Sanity check: The *bin* subfolder should contain an *nvcc*
program which is the compiler for GPU code.) This folder is called the *cuda
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论