Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
9177ff60
提交
9177ff60
authored
2月 15, 2017
作者:
notoraptor
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix typos
Update .mailmap, then update count and list of contributors
上级
79b37501
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
7 行删除
+7
-7
.mailmap
.mailmap
+1
-0
NEWS.txt
NEWS.txt
+4
-5
NEWS_DEV.txt
NEWS_DEV.txt
+2
-2
没有找到文件。
.mailmap
浏览文件 @
9177ff60
...
@@ -34,6 +34,7 @@ Benjamin Scellier <scellier@iro.umontreal.ca> Benjamin Scellier <scellier@bart5>
...
@@ -34,6 +34,7 @@ Benjamin Scellier <scellier@iro.umontreal.ca> Benjamin Scellier <scellier@bart5>
Benjamin Scellier <scellier@iro.umontreal.ca> Benjamin Scellier <scellier@eos13.iro.umontreal.ca>
Benjamin Scellier <scellier@iro.umontreal.ca> Benjamin Scellier <scellier@eos13.iro.umontreal.ca>
Benjamin Scellier <scellier@iro.umontreal.ca> Benjamin Scellier <scellier@sencha.iro.umontreal.ca>
Benjamin Scellier <scellier@iro.umontreal.ca> Benjamin Scellier <scellier@sencha.iro.umontreal.ca>
Benjamin Scellier <scellier@iro.umontreal.ca> Benjamin Scellier <benjamin.scellier@gmail.com>
Benjamin Scellier <scellier@iro.umontreal.ca> Benjamin Scellier <benjamin.scellier@gmail.com>
Benjamin Scellier <scellier@iro.umontreal.ca> bscellier <bscellier@users.noreply.github.com>
Bogdan Budescu <bbudescu@gmail.com> bbudescu <bbudescu@gmail.com>
Bogdan Budescu <bbudescu@gmail.com> bbudescu <bbudescu@gmail.com>
Brian Cheung <briancheung@users.noreply.github.com> briancheung <bcheung5@gmail.com>
Brian Cheung <briancheung@users.noreply.github.com> briancheung <bcheung5@gmail.com>
Caglar <ca9lar@gmail.com> Caglar <caglar@users.noreply.github.com>
Caglar <ca9lar@gmail.com> Caglar <caglar@users.noreply.github.com>
...
...
NEWS.txt
浏览文件 @
9177ff60
...
@@ -10,7 +10,7 @@ This release extends the 0.9.0beta1 and announces the upcoming final release 0.9
...
@@ -10,7 +10,7 @@ This release extends the 0.9.0beta1 and announces the upcoming final release 0.9
Highlights (since 0.9.0beta1):
Highlights (since 0.9.0beta1):
- Better integration of Theano+libgpuarray packages into conda distribution
- Better integration of Theano+libgpuarray packages into conda distribution
- Better handling of Windows end-lines into C codes
.
- Better handling of Windows end-lines into C codes
- Better compatibility with NumPy 1.12
- Better compatibility with NumPy 1.12
- Faster scan optimizations
- Faster scan optimizations
- Fixed broadcast checking in scan
- Fixed broadcast checking in scan
...
@@ -24,7 +24,7 @@ Highlights (since 0.9.0beta1):
...
@@ -24,7 +24,7 @@ Highlights (since 0.9.0beta1):
- New GPU back-end:
- New GPU back-end:
* Value of a shared variable is now set inplace
* Value of a shared variable is now set inplace
A total of 2
5
people contributed to this release, see the list at the bottom.
A total of 2
4
people contributed to this release, see the list at the bottom.
Convolution updates:
Convolution updates:
- Implement conv2d_transpose convenience function
- Implement conv2d_transpose convenience function
...
@@ -34,7 +34,7 @@ GPU:
...
@@ -34,7 +34,7 @@ GPU:
New features:
New features:
- OpFromGraph now allows gradient overriding for every input
- OpFromGraph now allows gradient overriding for every input
- Added Abstract Ops for batch normalization that use cuDNN when available and pure Theano CPU/GPU alternative otherwise
- Added Abstract Ops for batch normalization that use cuDNN when available and pure Theano CPU/GPU alternative
s
otherwise
- Added new Theano flag cuda.enabled
- Added new Theano flag cuda.enabled
- Added new Theano flag print_global_stats to print some global statistics (time spent) at the end
- Added new Theano flag print_global_stats to print some global statistics (time spent) at the end
...
@@ -46,7 +46,7 @@ Other more detailed changes:
...
@@ -46,7 +46,7 @@ Other more detailed changes:
- Changed optdb.max_use_ratio to 6
- Changed optdb.max_use_ratio to 6
Committers since 0.
8.0
:
Committers since 0.
9.0beta1
:
- Benjamin Scellier
- Benjamin Scellier
- Frederic Bastien
- Frederic Bastien
- khaotik
- khaotik
...
@@ -64,7 +64,6 @@ Committers since 0.8.0:
...
@@ -64,7 +64,6 @@ Committers since 0.8.0:
- Faruk Ahmed
- Faruk Ahmed
- Anton Chechetka
- Anton Chechetka
- Alexandre de Brebisson
- Alexandre de Brebisson
- bscellier
- Amjad Almahairi
- Amjad Almahairi
- Dimitar Dimitrov
- Dimitar Dimitrov
- Fuchai
- Fuchai
...
...
NEWS_DEV.txt
浏览文件 @
9177ff60
...
@@ -17,7 +17,7 @@ TODO: better Theano conv doc
...
@@ -17,7 +17,7 @@ TODO: better Theano conv doc
Highlights:
Highlights:
- Better integration of Theano+libgpuarray packages into conda distribution
- Better integration of Theano+libgpuarray packages into conda distribution
- Better handling of Windows end-lines into C codes
.
- Better handling of Windows end-lines into C codes
- Better compatibility with NumPy 1.12
- Better compatibility with NumPy 1.12
- Faster scan optimizations
- Faster scan optimizations
- Fixed broadcast checking in scan
- Fixed broadcast checking in scan
...
@@ -79,7 +79,7 @@ GPU:
...
@@ -79,7 +79,7 @@ GPU:
New features:
New features:
- OpFromGraph now allows gradient overriding for every input
- OpFromGraph now allows gradient overriding for every input
- Added Abstract Ops for batch normalization that use cuDNN when available and pure Theano CPU/GPU alternative otherwise
- Added Abstract Ops for batch normalization that use cuDNN when available and pure Theano CPU/GPU alternative
s
otherwise
- Added new Theano flag cuda.enabled
- Added new Theano flag cuda.enabled
- Added new Theano flag print_global_stats to print some global statistics (time spent) at the end
- Added new Theano flag print_global_stats to print some global statistics (time spent) at the end
- Add gradient of solve, tensorinv (CPU), tensorsolve (CPU) searchsorted (CPU)
- Add gradient of solve, tensorinv (CPU), tensorsolve (CPU) searchsorted (CPU)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论