提交 3d9414c0 authored 作者: lamblin's avatar lamblin

Merge pull request #484 from nouiz/doc

Doc
.. _NEWS: .. _NEWS:
Update in the Trunk since the last release:
* Added in the tutorial documentation on how to extend Theano.
This explains how to make a Theano Op from a Python function.
http://deeplearning.net/software/theano/tutorial/extending_theano.html
============= =============
Release Notes Release Notes
============= =============
......
...@@ -65,7 +65,7 @@ from gurus on hand if you get stuck. ...@@ -65,7 +65,7 @@ from gurus on hand if you get stuck.
introduction introduction
theano theano
advanced_theano advanced_theano
extending_theano /tutorial/extending_theano
pyCUDA pyCUDA
gpundarray gpundarray
...@@ -17,7 +17,7 @@ Theano has been powering large-scale computationally intensive scientific invest ...@@ -17,7 +17,7 @@ Theano has been powering large-scale computationally intensive scientific invest
since 2007. But it is also approachable enough to be used in the classroom since 2007. But it is also approachable enough to be used in the classroom
(IFT6266 at the University of Montreal). (IFT6266 at the University of Montreal).
.. image:: images/talk2010.gif .. image:: images/talk2010.png
:scale: 75% :scale: 75%
:align: left :align: left
......
...@@ -211,5 +211,11 @@ Exercises 8 ...@@ -211,5 +211,11 @@ Exercises 8
- Our current element-wise fusion generates computation with only 1 output. - Our current element-wise fusion generates computation with only 1 output.
GPU Op
------
Op that execute on the GPU should inherit from the
``theano.sandbox.cuda.GpuOp`` and not ``theano.Op``. This allows Theano
to make the distinction between both. Currently, we use this to test
if the NVIDIA driver works correctly with our sum reduction code on the
gpu.
...@@ -38,5 +38,6 @@ you out. ...@@ -38,5 +38,6 @@ you out.
gpu_data_convert gpu_data_convert
shape_info shape_info
remarks remarks
extending_theano
debug_faq debug_faq
faq faq
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论