提交 6ca5cc91 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

small changes

上级 713fc2df
...@@ -130,8 +130,8 @@ Getting started ...@@ -130,8 +130,8 @@ Getting started
new! new!
:ref:`libdoc` :ref:`libdoc`
The library documentation can be found here. It is recommended to go through Details of what Theano provides. It is recommended to go through
the :ref:`tutorial` first. the :ref:`tutorial` first though.
A PDF version of the online documentation may be found `here <theano.pdf>`_. A PDF version of the online documentation may be found `here <theano.pdf>`_.
......
...@@ -9,7 +9,7 @@ There are many kinds of bugs that might come up in a computer program. ...@@ -9,7 +9,7 @@ There are many kinds of bugs that might come up in a computer program.
This page is structured as an FAQ. It should provide recipes to tackle common This page is structured as an FAQ. It should provide recipes to tackle common
problems, and introduce some of the tools that we use to find problems in our problems, and introduce some of the tools that we use to find problems in our
Theano code, and even (it happens) in Theano's internals, such as Theano code, and even (it happens) in Theano's internals, such as
:ref:`debugmode`. :ref:`using_debugmode`.
...@@ -49,7 +49,7 @@ I wrote a new Op/Type, and weird stuff is happening... ...@@ -49,7 +49,7 @@ I wrote a new Op/Type, and weird stuff is happening...
First, check the :ref:`op_contract` and the :ref:`type_contract` First, check the :ref:`op_contract` and the :ref:`type_contract`
and make sure you're following the rules. and make sure you're following the rules.
Then try running your program in :ref:`debugmode`. DebugMode might catch Then try running your program in :ref:`using_debugmode`. DebugMode might catch
something that you're not seeing. something that you're not seeing.
...@@ -65,8 +65,8 @@ I wrote a new optimization, and it changed my results even though I'm pretty sur ...@@ -65,8 +65,8 @@ I wrote a new optimization, and it changed my results even though I'm pretty sur
------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------
First, check the :ref:`op_contract` and make sure you're following the rules. First, check the :ref:`op_contract` and make sure you're following the rules.
Then try running your program in :ref:`debugmode`. DebugMode might catch Then try running your program in :ref:`using_debugmode`. DebugMode might
something that you're not seeing. catch something that you're not seeing.
The function I compiled is too slow, what's up? The function I compiled is too slow, what's up?
...@@ -77,7 +77,7 @@ First, make sure you're running in FAST_RUN mode, by passing ...@@ -77,7 +77,7 @@ First, make sure you're running in FAST_RUN mode, by passing
operations have excruciatingly slow Python implementations and that operations have excruciatingly slow Python implementations and that
can negatively effect the performance of FAST_COMPILE. can negatively effect the performance of FAST_COMPILE.
Second, try the theano :ref:`profilemode`. This will tell you which Second, try the theano :ref:`using_profilemode`. This will tell you which
Apply nodes, and which Ops are eating up your CPU cycles. Apply nodes, and which Ops are eating up your CPU cycles.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论