Git Product home page Git Product logo

Comments (3)

gcorso avatar gcorso commented on August 19, 2024 1

Hi @luwei0917

Great catch! Indeed it seems that on line 298 it should have been center_edge_index[1] not center_edge_index[0]. What is happening in line 298 is that we give as edge features in the final convolution not only the actual features of the edge (e.g. the encoding of the distance) but also the scalar embedding of the node from which the message is coming.
Since I put the wrong index the node features that were being provided to the edge will be of a "random" node.

In my understanding this will lead us to the network just learning to ignore those reducing the tensor convolution to one using edge features only to compute the product weights (which is what is often done anyways), this is why I expect the results to be very similar if this is fixed for inference only. This being said we are currently running both inference with the previously trained model and the fix and a new training run with the fixed model. We expect the latter to have performance better or similar to the previous model (we will just be providing more info to the model).

Thank you very much for the catch and for letting us know,
Gabriele

from diffdock.

gcorso avatar gcorso commented on August 19, 2024 1

Indeed inference with the previously trained model already obtains slightly better results than those on the manuscript. We will update the repo code soon and add an acknowledgment!

from diffdock.

gcorso avatar gcorso commented on August 19, 2024

Fixed! In our experiments, however, the performance difference was not statistically significant.
Thank you very much again for raising the issue!

from diffdock.

Related Issues (20)

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.