Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
4b763483
提交
4b763483
authored
3月 21, 2016
作者:
Frederic Bastien
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Modifications for 0.8.0 release
上级
16e251d3
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
44 行增加
和
27 行删除
+44
-27
.mailmap
.mailmap
+4
-0
NEWS.txt
NEWS.txt
+35
-23
conf.py
doc/conf.py
+1
-1
config.txt
doc/library/config.txt
+1
-1
setup.py
setup.py
+1
-1
configdefaults.py
theano/configdefaults.py
+2
-1
没有找到文件。
.mailmap
浏览文件 @
4b763483
...
...
@@ -157,3 +157,6 @@ abalkin <abalkin@enlnt.com> Alexander Belopolsky <abalkin@enlnt.com>
John Schulman <john.d.schulman@gmail.com> joschu <john.d.schulman@gmail.com>
Xavier Bouthillier <xavier.bouthillier@gmail.com> Xavier Bouthillier <xavier.bouthillier@umontreal.ca>
Xavier Bouthillier <xavier.bouthillier@gmail.com> Xavier Bouthillier/ <xavier.bouthillier@gmail.com>
Orhan Firat <orhan.firat@ceng.metu.edu.tr> orhanf <orhan.firat@ceng.metu.edu.tr>
Søren Kaae Sønderby <skaaesonderby@gmail.com> skaae <skaaesonderby@gmail.com>
Luke Metz <luke.metz@students.olin.edu> = <luke.metz@students.olin.edu>
\ No newline at end of file
NEWS.txt
浏览文件 @
4b763483
...
...
@@ -2,20 +2,14 @@
Release Notes
=============
Theano 0.8
rc1 (29th of February
, 2016)
================================
=======
Theano 0.8
(21th of March
, 2016)
================================
We recommend that everybody update to this version.
Highlights:
- Python 2 and 3 support with the same code base
- Faster optimization
- New GPU back-end:
* Float16 new back-end (need cuda 7.5)
* Multi dtypes
* Multi-GPU support in the same process
- Integration of CuDNN for better GPU performance
- Many Scan improvements (execution speed up, ...)
- optimizer=fast_compile moves computation to the GPU.
...
...
@@ -24,13 +18,20 @@ Highlights:
- cnmem (better memory management on GPU)
- BreakpointOp
- Multi-GPU for data parallism via Platoon (https://github.com/mila-udem/platoon/)
- More pooling parameter supported
- Bilinear interpolation of images
- New GPU back-end:
* Float16 new back-end (need cuda 7.5)
* Multi dtypes
* Multi-GPU support in the same process
A total of 1
35
people contributed to this release, see the list at the bottom.
A total of 1
41
people contributed to this release, see the list at the bottom.
Installation:
- Better
blas
detection
- Better
BLAS
detection
- Fixes for more recent software and OS versions
- Support Anaconda on Windows
...
...
@@ -82,6 +83,8 @@ New features
- theano.tensor.tile update (accept symbolic reps, work on GPU)
- scan how have a strict flag. If set to True, this make scan building faster and could make execution faster.
- theano.tensor.signal.conv2d(2d,2d) output 2d answer
- More convolution parameter supported
- Bilinear interpolation of images
Speed-ups:
...
...
@@ -123,11 +126,11 @@ Committers for this dev version only:
- Iban Harlouchet
- Pascal Lamblin
- Chienli Ma
- David Warde-Farley
- Amjad Almahairi
- Tim Cooijmans
- Christof Angermueller
- Nicolas Ballas
- Amjad Almahairi
- David Warde-Farley
- Christof Angermueller
- Ziye Fan
- Caglar
- Sina Honari
...
...
@@ -137,29 +140,32 @@ Committers for this dev version only:
- Melanie Ducoffe
- Alexandre de Brebisson
- Harm de Vries
- Samira Shabanian
- Alex Lamb
- Ramana.S
- Saizheng Zhang
- Francesco Visin
- Saizheng Zhang
- Ying Zhang
- Bart van Merrienboer
- Cesar Laurent
- Jan Schlüter
- Xavier Bouthillier
- Bart van Merrienboer
- Cesar Laurent
- Iulian Vlad Serban
-
Samira Shabanian
-
Li Yao
- Sigurd Spieckermann
- Dmitrii Serdiuk
- Kelvin Xu
- Li Yao
- Sebastien Jean
- Thomas Mesnard
- Seon-Wook Park
- Vincent Michalski
- Dustin Webb
- Mikhail Korobov
- orhanf
- Orhan Firat
- Olivier Mastropietro
- Daniel Renshaw
- Julien Rebetez
- Peng Liu
- Sean Lee
- TimSalimans
- Andre Holzner
...
...
@@ -170,16 +176,20 @@ Committers for this dev version only:
- Mehdi Mirza
- Moslem Kazemi
- Saxenauts
- skaae
- Søren Kaae Sønderby
- sentient07
- Anatoly Belikov
- Diogo Moitinho de Almeida
- Jakub Sygnowski
- Kashif Rasul
- Laurent Dinh
- Rémy Léone
- Taesup (TS) Kim
- gw0 [http://gw.tnode.com/]
- mronian
- vesis84
- Benni
- Chiheb Trabelsi
- JesseLivezey
- Marius Killinger
- Matt Graham
...
...
@@ -187,7 +197,7 @@ Committers for this dev version only:
- Piotr Frankowski
- Stefan Krastanov
- vdumoulin
-
Luke Metz
-
Adithya Ganesh
- Anish Shah
- Balázs Hidasi
- Colin Raffel
...
...
@@ -200,12 +210,13 @@ Committers for this dev version only:
- Kaixhin
- Liang-Chi Hsieh
- Lucas Beyer
- Luke Metz
- Marc-Alexandre Cote
- Martin Arjovsky
- Matthias Kümmerer
- Sirisha Rambhatla
- Vincent Michalski
- briancheung
- cai-lw
- ivdorelian
- jan-matthis
- jojolalpin
...
...
@@ -226,7 +237,6 @@ Committers for this dev version only:
- Clay McLeod
- Dario Garcia
- Jakob Lombacher
- Jakub Sygnowski
- Joao Felipe Santos
- John Arevalo
- Jonas Degrave
...
...
@@ -241,6 +251,7 @@ Committers for this dev version only:
- Sergei Lebedev
- Vik Kamath
- Wei Ouyang
- Wojciech Głogowski
- Yi-Lin Juang
- Yurii Shevchuk
- Zach Dwiel
...
...
@@ -248,4 +259,5 @@ Committers for this dev version only:
- eulerreich
- jotterbach
- rolf
- theaverageguy
- wuaalb
doc/conf.py
浏览文件 @
4b763483
...
...
@@ -59,7 +59,7 @@ copyright = '2008--2016, LISA lab'
# The short X.Y version.
version
=
'0.8'
# The full version, including alpha/beta/rc tags.
release
=
'0.8.0
rc1
'
release
=
'0.8.0'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
...
...
doc/library/config.txt
浏览文件 @
4b763483
...
...
@@ -491,7 +491,7 @@ import theano and print the config variable, as in:
String value: 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.6', '0.7'
Default: '0.
6
'
Default: '0.
7
'
When we fix a Theano bug that generated bad results under some
circumstances, we also make Theano raise a warning when it encounters
...
...
setup.py
浏览文件 @
4b763483
...
...
@@ -53,7 +53,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR
=
0
MINOR
=
8
MICRO
=
0
SUFFIX
=
"
rc1
"
# Should be blank except for rc's, betas, etc.
SUFFIX
=
""
# Should be blank except for rc's, betas, etc.
ISRELEASED
=
False
VERSION
=
'
%
d.
%
d.
%
d
%
s'
%
(
MAJOR
,
MINOR
,
MICRO
,
SUFFIX
)
...
...
theano/configdefaults.py
浏览文件 @
4b763483
...
...
@@ -626,7 +626,8 @@ AddConfigVar('warn.ignore_bug_before',
"bugs found after that version. "
"Warning for specific bugs can be configured with specific "
"[warn] flags."
),
EnumStr
(
'0.6'
,
'None'
,
'all'
,
'0.3'
,
'0.4'
,
'0.4.1'
,
'0.5'
,
'0.7'
,
EnumStr
(
'0.7'
,
'None'
,
'all'
,
'0.3'
,
'0.4'
,
'0.4.1'
,
'0.5'
,
'0.7'
,
'0.8'
,
allow_override
=
False
),
in_c_key
=
False
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论