提交 9db2dcad authored 作者: Frederic Bastien's avatar Frederic Bastien

Small doc about about fastmath and nan.

上级 dabc3dd5
......@@ -79,8 +79,8 @@ Environment Variables
(e.g. ``config.device``, ``config.mode``) should be defined in the
``[global]`` section.
Attributes from a subsection of ``config`` (e.g. ``config.lib.cnmem``,
``dnn.conv.algo_fwd``) should be defined in their corresponding section
(e.g. ``[nvcc]``, ``[dnn.conv]``).
``config.dnn.conv.algo_fwd``) should be defined in their corresponding
section (e.g. ``[nvcc]``, ``[dnn.conv]``).
Multiple configuration files can be specified by separating them with ':'
characters (as in $PATH). Multiple configuration files will be merged,
......
......@@ -69,3 +69,10 @@ In the most difficult situations, you may go through the above steps and find
nothing wrong. If the above methods fail to uncover the cause, there is a good
chance that something is wrong with your algorithm. Go back to the mathematics
and find out if everything is derived correctly.
Cuda Specific Option
--------------------
The Theano flags ``nvcc.fastmath=True``, can genarate NaN. Don't set
this flag while debugging nan.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论