Re: [theano-users] Slow theano.tensor.blas.Gemv on CPU

2017-02-01 Thread Thomas Wiecki
I have encountered a similar issue: https://groups.google.com/forum/#!searchin/theano-users/Gemv%7Csort:date/theano-users/UfPNnTI1pI4/2w48Gid_BwAJ On Tue, Jan 31, 2017 at 2:56 AM, Raphael Shu wrote: > Hi, > > > It turns out the LSTMs run very slow on CPU, > > > the profiling

Re: [theano-users] Numpy has no attribute 'distutils' when `import theano`

2017-02-04 Thread Thomas Wiecki
I'm running into the same problem. On Sat, Feb 4, 2017 at 6:53 AM, Bi Ge wrote: > Hi folks, > > After running `python setup.py develop` and trying `import theano`, I > received an AttributeError with "'module' object has no attribute > 'distutils'", the detail is in

Re: [theano-users] Re: Tensor Split with Theano

2016-11-29 Thread Thomas Wiecki
theano.tensor.split looks very similar. On Tue, Nov 29, 2016 at 12:44 AM, Ragav Venkatesan < ragav.venkate...@gmail.com> wrote: > I think you can write your own function that will do this by using the > set_tensor method. > > > On Monday, November 28, 2016 at 4:32:46 PM UTC-7, A M wrote: >> >>

[theano-users] [ANN] PyMC3 3.0 released

2017-01-10 Thread Thomas Wiecki
We are proud and excited to release the first stable version of PyMC3, the product of more than 5 years of ongoing development and contributions from over 80 individuals. PyMC3 is a Python module for Bayesian modeling which focuses on modern Bayesian computational methods, primarily gradient-based

Re: [theano-users] Re: MILA and the future of Theano

2017-09-29 Thread Thomas Wiecki
On behalf of the PyMC3 community -- thanks for all the hard work. A shame, Theano is still leading in many areas compared to other packages like TensorFlow (e.g. graph optimizations). Is no one here interested in carrying on maintenance and development of this amazing package? On Fri, Sep 29,

[theano-users] Theano-JAX

2020-08-24 Thread Thomas Wiecki
Hi all, We, the PyMC development team have forked Theano and will continue to develop it: https://github.com/pymc-devs/Theano-PyMC We have already done a lot of work in terms of changing the testing framework to pytest, fixing stylistic issues, and applying black formatting. The most excited

[theano-users] The future of PyMC3, or: Theano is dead, long live Theano

2020-10-27 Thread Thomas Wiecki
Please see here for a major announcement from the PyMC developers on PyMC3 and the future of Theano: https://pymc-devs.medium.com/the-future-of-pymc3-or-theano-is-dead-long-live-theano-d8005f8a0e9b -- --- You received this message because you are subscribed to the Google Groups "theano-users"

[theano-users] Theano lives on as Aesara

2021-04-29 Thread Thomas Wiecki
Hi everyone, We have forked Theano to Aesara: https://github.com/pymc-devs/aesara, completely refactored it, added a new JAX backend, and are in the process of replacing the C backend with numba, among many other improvements. Best, Thomas -- --- You received this message because you are