question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

This 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dfmcommented, Apr 9, 2020

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.

0reactions
rodlugercommented, Feb 16, 2021

I believe the last version of Theano (1.0.5) fixes all of these.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found