kiharalab / Distance-AF

Public version for Distance-AF
GNU General Public License v3.0
17 stars 4 forks source link

Error when running #5

Closed 957-z closed 2 months ago

957-z commented 2 months ago

AttributeError: module 'jax.random' has no attribute 'PRNGKeyArray' for the last prediction part in Distance_AF_embedding_FullMSA.ipynb

Zhang038 commented 2 months ago

Hello, thanks to your interests in our work. I have fixed this problem now, it is raised as 'PRNGKeyArray' is a deprecated PRNGKeyArray after the jax version gets updated. Could you please try it again and see if this error gets resolved? I just ran it and looks like everything is runnable now. image

957-z commented 2 months ago

Thank you for your efforts and could you give me the latest verison of Distance_AF_embedding_FullMSA.ipynb

Zhang038 commented 2 months ago

There is no change in Distance_AF_embedding_FullMSA.ipynb, you can directly run it.

957-z commented 2 months ago

I have tried it agian and it works now. Thank you very much!