DeepPath icon indicating copy to clipboard operation
DeepPath copied to clipboard

please add prerequisites for package version

Open hitercs opened this issue 5 years ago • 6 comments

Hi,

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

hitercs avatar Sep 19 '18 06:09 hitercs

along with the keras version

hitercs avatar Sep 19 '18 09:09 hitercs

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!

ouening avatar Apr 30 '20 08:04 ouening

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.

chrislouis0106 avatar Jun 04 '20 06:06 chrislouis0106

@ouening I found the error can be solved using this issue regarding evaluation.py https://github.com/xwhan/DeepPath/issues/9

Nikronic avatar Aug 01 '20 20:08 Nikronic

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?

elizeBu avatar Oct 06 '20 02:10 elizeBu

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.

BeihaiZhang1999 avatar May 03 '22 08:05 BeihaiZhang1999