Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
b2830444
提交
b2830444
authored
10月 06, 2008
作者:
James Bergstra
浏览文件
操作
浏览文件
下载
差异文件
merge
上级
3a8362f7
28c93274
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
28 行增加
和
1 行删除
+28
-1
TODO-0.1.txt
TODO-0.1.txt
+27
-0
local.epydoc
local.epydoc
+1
-1
没有找到文件。
TODO-0.1.txt
浏览文件 @
b2830444
TODO
TODO
DIRECTORY LAYOUT
* Theano for the distribution directory
* Theano/theano for the package
* Theano/theano has several submodules:
* gof + compile => core
* scalar depends upon core
* tensor depends upon scalar
* sparse depends upon tensor
* sandbox can depends on everything else
* benchmark and examples are in the distribution, not the package
* Tests are distributed and are part of the package, i.e. fall in the appropriate submodules
* Documentation scripts go into doc/scripts/
* Later on, make a .egg / setuptools script (which should suggest changes
to the directory)
* Open questions for packaging:
* Do we want all scripts in bin/, or can they go in doc/scripts ?
BUGS
BUGS
* 0.1 bugs in trac
* 0.1 bugs in trac
...
@@ -31,7 +48,13 @@ TRAC
...
@@ -31,7 +48,13 @@ TRAC
* Go over and make sure all documentation is current.
* Go over and make sure all documentation is current.
* Need a short version of the page: What is a Graph, for Users
* Need a short version of the page: What is a Graph, for Users
* Longer version: Graph documentation, for Developers
* Longer version: Graph documentation, for Developers
* samples / example code
* Make sure we have a good sequential list of articles for newbies.
* Make sure we have a good sequential list of articles for newbies.
* Intro 1
* Simple graph
* Learn logreg
* Now, add state
* Different compilation modes
* WhatWhyHow, merged with WhatIsTheano
* WhatWhyHow, merged with WhatIsTheano
* Simple tutorial / walkthrough / cookbook
* Simple tutorial / walkthrough / cookbook
* Use Tensor always, don't bother with Scalars
* Use Tensor always, don't bother with Scalars
...
@@ -45,11 +68,14 @@ TRAC
...
@@ -45,11 +68,14 @@ TRAC
* How to Make Tensors
* How to Make Tensors
* IntroToTypes
* IntroToTypes
* IntroToOps
* IntroToOps
* Want a how to guide for writing tests, and documentation of testing
* GraphOptimization
* GraphOptimization
Rewrite. (Assigned to Pascal)
Rewrite. (Assigned to Pascal)
* HowToDebug
* HowToDebug
* HowToMakeOps
* HowToMakeOps
* Fix up InstallationNotes page
* Fix up InstallationNotes page
* Read over and make sure its up-to-date
* Describe how to set up PYTHONPATH and suggested directory placement
* Make a page TipsForSpeed
* Make a page TipsForSpeed
* How to enable optimizations
* How to enable optimizations
* How to have the correct BLAS library. [see installation page]
* How to have the correct BLAS library. [see installation page]
...
@@ -70,3 +96,4 @@ TRAC
...
@@ -70,3 +96,4 @@ TRAC
Proposals + discussions
Proposals + discussions
Historical proposals + discussion
Historical proposals + discussion
* Package 0.1 documentation, so we are free to update it
* Package 0.1 documentation, so we are free to update it
* Convert wiki into sphinx or epydoc.
local.epydoc
浏览文件 @
b2830444
...
@@ -135,7 +135,7 @@ external-api-file: wiki:wiki.idx doc:doc/doc.idx
...
@@ -135,7 +135,7 @@ external-api-file: wiki:wiki.idx doc:doc/doc.idx
# in the output. Graphs are generated using the Graphviz "dot"
# in the output. Graphs are generated using the Graphviz "dot"
# executable. Graph types include: "classtree", "callgraph",
# executable. Graph types include: "classtree", "callgraph",
# "umlclass". Use "all" to include all graph types
# "umlclass". Use "all" to include all graph types
graph:
graph:
all
# The path to the Graphviz "dot" executable, used to generate
# The path to the Graphviz "dot" executable, used to generate
# graphs.
# graphs.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论