Git Product home page Git Product logo

Comments (2)

yikang-li avatar yikang-li commented on September 1, 2024

Hi,

  1. For the performance:
    There is a trick here: you should extend the training epochs from the checkpoint using [--resume_training] (similar operations are done on the baseline methods). You could have a try and let me know if it could not produce the similar results.

  2. About the message passing unit:
    For a fixed gate width (G in the paper), [sum] and [mean] perform similarly. We ignore the denominator in the paper to save space.

Moreover, MP_unit_v2 is not as you understand. The [Sum] here is not to sum up along the "gate" dim, but for the dot product. We use the dot product of the two transformed features to determine whether the gate is open or not. After we apply the element-wise product, we should add them up (yes, that is the [sum] you said). We call it [kernel method], which is one of our attempts but not shown in the paper. I apologize we forgot to clean that part and bring you some confusion.

Best,
Yikang

from msdn.

donghyeops avatar donghyeops commented on September 1, 2024

Thanks a lot for your reply.

from msdn.

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.