Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
6ca5cc91
提交
6ca5cc91
authored
1月 15, 2010
作者:
Razvan Pascanu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
small changes
上级
713fc2df
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
7 行增加
和
7 行删除
+7
-7
introduction.txt
doc/introduction.txt
+2
-2
debug_faq.txt
doc/tutorial/debug_faq.txt
+5
-5
没有找到文件。
doc/introduction.txt
浏览文件 @
6ca5cc91
...
@@ -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>`_.
...
...
doc/tutorial/debug_faq.txt
浏览文件 @
6ca5cc91
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论