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
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
Describe the bug
While the installation process was perfectly fine, testing the successful installation involved running several files as mentioned in the website or in README.md file. While creating the database ( running the test_generate.py ) It is showing some ValueError: Residue numbering not identical in ref and decoy and hence the database cannot be created.
Environment:
Google colab ( hosted runtime )
OS system: Linux ( Ubuntu )
Version: 20.04
The text was updated successfully, but these errors were encountered:
Thanks for trying our package!
Could you try to install DeepRank from the "development" branch with pip install -e .? This branch has the latest code that has solved the issues you mentioned.
We're going to merge the updates to mater branch and release a new version soon.
Thank you very much for speedy reply!
I was able to generate the Dataset for testing the installation part. However my need to is to run the model as a whole.
It would be too much to ask from you if you could please draw on your experience and mention the correct steps to run and train the model as the documentation seems a bit hard to follow.
Hello talk2sohail, thank you for your feedback and sorry for the late answer.
The documentation is getting updated in the "doc_DM" branch. If you clone it, you will be able to find all the documentation HTML files under docs/_build/html/.
Could you please have a look at this documentation and see if the procedure seems clearer to you? More specifically, you should use the DeepLearning Tutorial (docs/_build/html/tutorial_deeplearning.html ).
Let me know if it is clearer to you, so we can improve it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
While the installation process was perfectly fine, testing the successful installation involved running several files as mentioned in the website or in README.md file. While creating the database ( running the test_generate.py ) It is showing some
ValueError: Residue numbering not identical in ref and decoy
and hence the database cannot be created.Environment:
Google colab ( hosted runtime )
The text was updated successfully, but these errors were encountered: