-
Notifications
You must be signed in to change notification settings - Fork 58
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
How to run inference on custom PDB + Problems with Installation #16
Comments
Hey ! In order to use a custom set of PDBs I had to implement a dedicated preprocessing function in the UnboundBoundData builder, also I modified the train script so that it could use different datasets to train the model. So I don't think there is an easy way for what you want to do or at least I did not find it out. |
Hey @AxelGiottonini Could you please share your Script containing the class |
Hey ! I need to check with my supervisor to update the visibility of my project... I'll keep you informed with it ! |
Hello @AxelGiottonini , could you finally share your script ? |
You have not updated yet bro! Can we get your scripts anytime sooner? |
Hi there,
I'd like to report a bug on installation. So far my workaround was to use dgl==0.9.0 rather than the dgl==0.7.0 you have in the requirements.
Also, is there an easy way to interface with the models for a custom set of PDBs? I'd prefer to avoid having to fiddle with the inference_rigid.py but from what it seems there's no way to pass custom sets other than perhaps inserting them as test data?
The text was updated successfully, but these errors were encountered: