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
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 ?
The text was updated successfully, but these errors were encountered:
@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
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 ?
The text was updated successfully, but these errors were encountered: