Hi Experts
I am getting a lot of these warnings :
/Users/sorenjohansen/opt/anaconda3/envs/mcmc/lib/python3.6/site-packages/theano/tensor/basic.py:6611: 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.
result[diagonal_slice] = x
My numpy version is : β1.18.1β
and theano version is : β1.0.4β
Any ideas how I can get rid of them?
Thanks