Coder Social home page Coder Social logo

grade_if's People

Contributors

ykiiiiii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

grade_if's Issues

about the paper.

Hi, i want to know if this repository will be update? now it is nothing, thank you!

’EGNN_Sparse‘ object has no attribute '__check_input__'

Hi, i run the inverse_folding.ipynb , and the fourth cell shows "AttributeError:'EGNN_Sparse' object has no attribute check_input". The torch_geometric version is the same as yours, .2.2.0. and the new 2.4.0 also has the bug. i don't know how to solve this bug. could you please help me?

image

segmentation fault(core dumped)

Hi, I want to ask for help. when i run download_pdb.py, i got the error that segmentation fault(core dumped). some days before, when i trained the model, in the training process, i also met this error. almostly, i can not successfully run, but i don't know the reason, because the error time is also different, and the error is strange...I have tried some meatures,replace the version, re-install conda, and re-install the system, but the error still exists...
image
image

no attribute '__check_input__'

Dear developer,

try to run the example, but it gave an error

in egnn_pytorch_geometric.py
File "diffusion\model\egnn_pytorch\egnn_pytorch_geometric.py", line 250, in forward
hidden_out, coors_out = self.propagate(edge_index, x=feats, edge_attr=edge_attr_feats,
File "diffusion\model\egnn_pytorch\egnn_pytorch_geometric.py", line 273, in propagate
size = self.check_input(edge_index, size)
AttributeError: 'EGNN_Sparse' object has no attribute 'check_input'

after comment out #size = self.check_input(edge_index, size)
AttributeError: 'EGNN_Sparse' object has no attribute 'collect'

The recovery in TS50 and t500 Dataset

Hi, could you release the ckpt and config about the TS50 and T500 dataset? because I follow the setting in paper that hidden_size boost to 256, the recoveries of the two datasets are reduced by about 5 percentage points. Maybe the mean_attr.pt is not suitable for these dataset? I am confused.. so hope to receive reply.

thanks!

Last residue deleted

I noticed on line 565 of cath_imem_2nd.py that you delete the last residue of the PDB file:
graph = self.remove_node(graph, graph.x.shape[0]-1)

Why is this done? Is it safe to comment out this line (code seems to run fine without it)? Is the last residue deleted when computing metrics with the baseline methods as well?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.