You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As pointed out this was a theano related issue.
Re importing theano raised an exception.
I updated theano and it's working fine now.
Thanks for the pointer.
Also having a way to force the fall-back on the non theano methods can still be usefull is some case but way less important than I thought.
Anyhow problem solved, I close the issue.
Thanks again.
Hello,
I'm looking for a way to not import theano when I import gensim.
Sometime I just want to import corpus made with gensim and if I import theano in the same script, gensim mess with my theano session.
Do you know any way to do this ?
The text was updated successfully, but these errors were encountered: