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

please add prerequisites for package version #8

Open
hitercs opened this issue Sep 19, 2018 · 6 comments
Open

please add prerequisites for package version #8

hitercs opened this issue Sep 19, 2018 · 6 comments

Comments

@hitercs
Copy link

hitercs commented Sep 19, 2018

Hi,

Could you please add the prerequisites package (eg. tensorflow version) for this repo.?
Thanks.

@hitercs
Copy link
Author

hitercs commented Sep 19, 2018

along with the keras version

@ouening
Copy link

ouening commented Apr 30, 2020

I have successfully test the code in colab, and I found that the enviroment is:
python: 2.7
tensorflow: 1.13.1 (can be installed in colab using commands below:

!python2 -m pip uninstall tensorflow
!python2 -m pip install tensorflow-gpu==1.13.1

At last I found out that there is no transH_eval.py and transD_eval.py file in repository.
My colab link is : https://colab.research.google.com/drive/1sWkwUwOWvWDpkIPLEQ1YXz5SvZ0zfzbo
Note: You should change your own working directory in your Google Drive!

@chrislouis0106
Copy link

Thank you, it's very helpful. As you said, the TranH and TranD isn't available. So if you find the codes about the model.

@Nikronic
Copy link

Nikronic commented Aug 1, 2020

@ouening I found the error can be solved using this issue regarding evaluation.py #9

@elizeBu
Copy link

elizeBu commented Oct 6, 2020

I have successfully test the code in colab, and I found that the enviroment is:
python: 2.7
tensorflow: 1.13.1 (can be installed in colab using commands below:

!python2 -m pip uninstall tensorflow
!python2 -m pip install tensorflow-gpu==1.13.1

At last I found out that there is no transH_eval.py and transD_eval.py file in repository.
My colab link is : https://colab.research.google.com/drive/1sWkwUwOWvWDpkIPLEQ1YXz5SvZ0zfzbo
Note: You should change your own working directory in your Google Drive!

Yes, I agree with you. Did you run FB15k-237 dataset in your colab? I do not know if you successfully get the result. I found some issues occured in this dataset called "A.bern". Do you know what this file exactly is and what it used for?

@BeihaiZhang1999
Copy link

I have successfully test the code in colab, and I found that the enviroment is: python: 2.7 tensorflow: 1.13.1 (can be installed in colab using commands below:

!python2 -m pip uninstall tensorflow
!python2 -m pip install tensorflow-gpu==1.13.1

At last I found out that there is no transH_eval.py and transD_eval.py file in repository. My colab link is : https://colab.research.google.com/drive/1sWkwUwOWvWDpkIPLEQ1YXz5SvZ0zfzbo Note: You should change your own working directory in your Google Drive!

hello,if i dont use colab,can i run it with my own computer?why it cannot run with python2.7 and tf1.13.1,hope for your reply.

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

6 participants