ryankiros / skip-thoughts

Sent2Vec encoder and training code from the paper "Skip-Thought Vectors"
2.05k stars 543 forks source link

tensorflow incompatibility #72

Open scigeek72 opened 6 years ago

scigeek72 commented 6 years ago

I am trying to use your code to generate skip thought vectors. In the requirements, it says, it requires python 2.7 and keras for semantic relatedness. However, importing keras throws an error: requires tensorflow. But tensorflow is not compatible with Python 2.7. How do I resolve this conflict ?

niravbhan commented 6 years ago

@scigeek72 Why is Tensorflow not compatible with python2.7? Have you tried "pip2.7 install tensorflow" or "pip2 install tensorflow" on your machine? I was able to run things fine on python 2.7