Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make gensim not import theano #802

Closed
Waateur opened this issue Jul 24, 2016 · 2 comments
Closed

Make gensim not import theano #802

Waateur opened this issue Jul 24, 2016 · 2 comments
Assignees

Comments

@Waateur
Copy link

Waateur commented Jul 24, 2016

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 ?

@piskvorky
Copy link
Owner

Yes, there's an open issue for not importing theano: #696 (comment)

CC @tmylk , that ticket is very old and needs resolution.

@Waateur Not sure what you mean by "gensim mess with mu theano session"... how can importing theano from gensim mess with your theano session?

@Waateur
Copy link
Author

Waateur commented Jul 25, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants