Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
theano-dev
Conversations
theano-dev
1–30 of 1912
Mark all as read
Report abusive group
0 selected
Paul Baggenstoss
,
Wong Hang
7
1/17/20
Bug in gpuarray triu/tril (work-around found), affects slinalg.Cholesky
Yes. I am still using Theano. Theano is the only framework that allow me to use my own CUDA code (
unread,
Bug in gpuarray triu/tril (work-around found), affects slinalg.Cholesky
Yes. I am still using Theano. Theano is the only framework that allow me to use my own CUDA code (
1/17/20
Paul Baggenstoss
2
11/19/19
Slow GPU performance with scan, slinalg, nlinalg
I found the problem - My installation of scikit-cuda failed. I needed to re-install using conda On
unread,
Slow GPU performance with scan, slinalg, nlinalg
I found the problem - My installation of scikit-cuda failed. I needed to re-install using conda On
11/19/19
Wong Hang
,
Frédéric Bastien
3
1/23/19
About memory usage of GpuContiguous and cached memory allocation
Thanks. your explanation is very clear. Frédéric Bastien <frederic...@gmail.com> 於 2019年1月
unread,
About memory usage of GpuContiguous and cached memory allocation
Thanks. your explanation is very clear. Frédéric Bastien <frederic...@gmail.com> 於 2019年1月
1/23/19
Wong Hang
,
Frédéric Bastien
3
1/23/19
Reuse memory between calls when develop new GPU op
Thank you very much. I got it now. Yes. I know that theano's development was stopped. Other
unread,
Reuse memory between calls when develop new GPU op
Thank you very much. I got it now. Yes. I know that theano's development was stopped. Other
1/23/19
Duong Le
,
Arnaud Bergeron
2
10/29/18
Import error. Error message suggests me posting the error on here so you can fix
Which compiler are you using? We only officially support the one that comes with m2w64-toolchain on
unread,
Import error. Error message suggests me posting the error on here so you can fix
Which compiler are you using? We only officially support the one that comes with m2w64-toolchain on
10/29/18
Wong Hang
,
Arnaud Bergeron
3
10/23/18
GPU implementation of outer(.), diag(.), diagonal(.)
Thanks. I got it now... I found that the bottleneck is in reduction rather than cholesky
unread,
GPU implementation of outer(.), diag(.), diagonal(.)
Thanks. I got it now... I found that the bottleneck is in reduction rather than cholesky
10/23/18
Ugur
,
awbe...@gmail.com
2
10/19/18
Using symbolic vector elements as key in python OrderedDict
I suppose you'll have to wrap updates to dictionary with new theano operators, at least one for
unread,
Using symbolic vector elements as key in python OrderedDict
I suppose you'll have to wrap updates to dictionary with new theano operators, at least one for
10/19/18
Ines Ayed
,
Brandon T. Willard
2
5/27/18
Why is Theano.ifelse.ifelse executing both tensor functions?
What you're seeing is most likely a property of Python and not Theano. In your example, function1
unread,
Why is Theano.ifelse.ifelse executing both tensor functions?
What you're seeing is most likely a property of Python and not Theano. In your example, function1
5/27/18
Arnaud Bergeron
5/23/18
Announcing Theano 1.0.2
Announcing Theano 1.0.2 This is a maintenance release of Theano, version 1.0.2, with no new features,
unread,
Announcing Theano 1.0.2
Announcing Theano 1.0.2 This is a maintenance release of Theano, version 1.0.2, with no new features,
5/23/18
smce
,
Frédéric Bastien
10
5/1/18
Does T.nlinalg.eigh run on GPU ?
Update : When using T.nlinalg.eig instead of T.nlinalg.eigh, the computation falls back on CPU, even
unread,
Does T.nlinalg.eigh run on GPU ?
Update : When using T.nlinalg.eig instead of T.nlinalg.eigh, the computation falls back on CPU, even
5/1/18
Steven
1/16/18
Theano was not able to find the g++ parameters that tune the compilation to your specific CPU.
I received this message when trying to install Theano for the first time: WARNING (theano.gof.cmodule
unread,
Theano was not able to find the g++ parameters that tune the compilation to your specific CPU.
I received this message when trying to install Theano for the first time: WARNING (theano.gof.cmodule
1/16/18
Sanjay Kumar
,
Frédéric Bastien
2
1/10/18
AMD support
Hi, See : https://groups.google.com/forum/#!msg/theano-users/7Poq8BZutbY/rNCIfvAEAwAJ We don't
unread,
AMD support
Hi, See : https://groups.google.com/forum/#!msg/theano-users/7Poq8BZutbY/rNCIfvAEAwAJ We don't
1/10/18
achie27
,
Frédéric Bastien
2
1/10/18
GSOC 2018
no. See also: https://groups.google.com/forum/#!msg/theano-users/7Poq8BZutbY/rNCIfvAEAwAJ Frédéric On
unread,
GSOC 2018
no. See also: https://groups.google.com/forum/#!msg/theano-users/7Poq8BZutbY/rNCIfvAEAwAJ Frédéric On
1/10/18
Stéfan van der Walt
1/4/18
Position at BIDS (UC Berkeley) to work on NumPy
Hi everyone, The Berkeley Institute for Data Science (BIDS) is hiring scientific Python Developers to
unread,
Position at BIDS (UC Berkeley) to work on NumPy
Hi everyone, The Berkeley Institute for Data Science (BIDS) is hiring scientific Python Developers to
1/4/18
aaronbgr...@gmail.com
,
Frédéric Bastien
3
12/7/17
Multiple contexts on 1 GPU
All right - thank you. Best, Aaron On Thu, Dec 7, 2017 at 1:16 PM, Frédéric Bastien <frederic.
unread,
Multiple contexts on 1 GPU
All right - thank you. Best, Aaron On Thu, Dec 7, 2017 at 1:16 PM, Frédéric Bastien <frederic.
12/7/17
Steven Bocco
12/7/17
Announcing Theano 1.0.1
Announcing Theano 1.0.1 This is a maintenance release of Theano, version 1.0.1, with no new features,
unread,
Announcing Theano 1.0.1
Announcing Theano 1.0.1 This is a maintenance release of Theano, version 1.0.1, with no new features,
12/7/17
Adit Bhargav
,
Frédéric Bastien
3
11/28/17
Calling a user-defined GPU OP(cublasGemmEx) from Theano takes more time than normal Theano OP (T.dot)
Hello, I have not implemented the perform method. I have written a Cop. I attach my OP files : 1.
unread,
Calling a user-defined GPU OP(cublasGemmEx) from Theano takes more time than normal Theano OP (T.dot)
Hello, I have not implemented the perform method. I have written a Cop. I attach my OP files : 1.
11/28/17
Ruben Dario Fonnegra Tarazona
,
Frédéric Bastien
8
11/26/17
Problem with theano in gpu
Hi Frederic. I just installed Cudnn 7 and everything worked perfectly. Thank you very much for your
unread,
Problem with theano in gpu
Hi Frederic. I just installed Cudnn 7 and everything worked perfectly. Thank you very much for your
11/26/17
aaronbgr...@gmail.com
,
Pascal Lamblin
3
11/22/17
nvrtcCompileProgram: NVRTC_ERROR_COMPILATION
Hi, I figured it out: I had nested if statements in my GPU kernel, which for some reason caused the
unread,
nvrtcCompileProgram: NVRTC_ERROR_COMPILATION
Hi, I figured it out: I had nested if statements in my GPU kernel, which for some reason caused the
11/22/17
Pascal Lamblin
,
Adit Bhargav
2
11/17/17
Re: [theano-dev] User-defined GPU OP for dot-product returns unexpected DtoH transfers even during compile time in Theano and taking more time than T.dot() op
Hello Thanks for the reply. But I solved the issue now. It was due to device driiver calls I was
unread,
Re: [theano-dev] User-defined GPU OP for dot-product returns unexpected DtoH transfers even during compile time in Theano and taking more time than T.dot() op
Hello Thanks for the reply. But I solved the issue now. It was due to device driiver calls I was
11/17/17
Steven Bocco
11/16/17
Announcing Theano 1.0.0
Announcing Theano 1.0.0 This is a release for a major version, with lots of new features, bug fixes,
unread,
Announcing Theano 1.0.0
Announcing Theano 1.0.0 This is a release for a major version, with lots of new features, bug fixes,
11/16/17
Steven Bocco
10/30/17
Announcing Theano 1.0.0rc1
Announcing Theano 1.0.0rc1 This is a release candidate for a major version, with lots of new features
unread,
Announcing Theano 1.0.0rc1
Announcing Theano 1.0.0rc1 This is a release candidate for a major version, with lots of new features
10/30/17
Pascal Lamblin
10/23/17
Re: [theano-users] Announcement: You can training lasagne model in DIGITS now.
Just forwarding the announcement. On 2017-10-22 07:31 AM, Xuesong Guo wrote: > I'm happy to
unread,
Re: [theano-users] Announcement: You can training lasagne model in DIGITS now.
Just forwarding the announcement. On 2017-10-22 07:31 AM, Xuesong Guo wrote: > I'm happy to
10/23/17
Fei Tao
,
Pascal Lamblin
2
10/23/17
NaNguardmode error
NanGuardMode detected a large value in one of the outputs of a scan node, probably the GRU. However,
unread,
NaNguardmode error
NanGuardMode detected a large value in one of the outputs of a scan node, probably the GRU. However,
10/23/17
Fei Tao
10/18/17
Baidu CTC underflow problem
Hi, dear all, Recently, I ran experiment with CTC loss, which is based on Baidu's warp-ctc
unread,
Baidu CTC underflow problem
Hi, dear all, Recently, I ran experiment with CTC loss, which is based on Baidu's warp-ctc
10/18/17
Steven Bocco
10/17/17
Announcing Theano 0.10.0beta4
Announcing Theano 0.10.0beta4 This is a beta release for a major version, with new features and bug
unread,
Announcing Theano 0.10.0beta4
Announcing Theano 0.10.0beta4 This is a beta release for a major version, with new features and bug
10/17/17
Pascal Lamblin
,
Paul Rigor
2
10/1/17
MILA and the future of Theano
Thank you & the theano team and community for all of the great work! Paul On Thu, Sep 28, 2017 at
unread,
MILA and the future of Theano
Thank you & the theano team and community for all of the great work! Paul On Thu, Sep 28, 2017 at
10/1/17
sulem...@gmail.com
,
Frédéric Bastien
3
9/29/17
Error Running code using PyLearn2
Thanks. Just practicing to run codes for now. On Tue, Sep 5, 2017 at 6:48 PM, Frédéric Bastien <
unread,
Error Running code using PyLearn2
Thanks. Just practicing to run codes for now. On Tue, Sep 5, 2017 at 6:48 PM, Frédéric Bastien <
9/29/17
Steven Bocco
9/22/17
Announcing Theano 0.10.0beta3
Announcing Theano 0.10.0beta3 This is a beta release for a major version, with new features and bug
unread,
Announcing Theano 0.10.0beta3
Announcing Theano 0.10.0beta3 This is a beta release for a major version, with new features and bug
9/22/17
Steven Bocco
,
Frédéric Bastien
2
9/8/17
Announcing Theano 0.10.0beta1
Yes, we continue to support Python 2.7. Frédéric On Sat, Sep 2, 2017 at 12:41 AM Jim Goodwin <
unread,
Announcing Theano 0.10.0beta1
Yes, we continue to support Python 2.7. Frédéric On Sat, Sep 2, 2017 at 12:41 AM Jim Goodwin <
9/8/17