Theano warnings
See original GitHub issueThis warning pops up all over the place because of issues in Theano. Currently it’s not leading to any errors but we should either patch Theano or think of a workaround for this.
/anaconda3/lib/python3.7/site-packages/theano/tensor/subtensor.py:2339: FutureWarning: Using
a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead
of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which
will result either in an error or a different result.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Issues · Theano/Theano - GitHub
WARNING :theano.tensor.blas:Using NumPy C-API based implementation for BLAS functions. ERROR:root:Internal Python error in the inspect module. Below is the ...
Read more >WARNING (theano.tensor.blas): Using NumPy C-API based ...
The first warning is telling you that theano will run slower because it did not find some libraries installed that help it go...
Read more >config – Theano Configuration - Read the Docs
We print a warning if we detect that no compiler is present. It is recommended to run with C++ compilation as Theano will...
Read more >PyMC3 MCMC performance with and without Theano's ...
Does the warning 'Using NumPy C-API based implementation for BLAS functions' from Theano when using PyMC3 affect the performance of MCMC?
Read more >spyder: python: theano: How to disable warnings in spyder?
I running machine learning algo's with theano. I have been getting lot of warnings of DeprecationWarning. coming from numpy package.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Theano won’t be making any new releases, but I’m helping out with the pymc-devs/Theano-PyMC fork that will (hopefully) make releases.
I believe the last version of Theano (
1.0.5
) fixes all of these.