Giter VIP home page Giter VIP logo

Comments (4)

chwan1016 avatar chwan1016 commented on August 29, 2024

Hi @kcncoY, thank you for exploring BNS-GCN.

I'm confused by your first question because you are asking two completely different metrics :). Comm measures the communication time among workers, and memory stats reports the memory consumption of BNS-GCN. If you are asking how we measured the communication time, it is implemented in this file, and you can find an example about its usage here.

For correctly measuring the epoch time of BNS-GCN, please add --no-eval when you launch it. This ensures that no other tasks is launched between the end and start of the timer. The printed epoch time should be consistent among all workers.

Let me know if you have any other questions. Thanks!

from bns-gcn.

kcncoY avatar kcncoY commented on August 29, 2024

Thank you for your detailed answer!In the first question, I want to know the source of Epoch Comm (MB) rather than the communication time.
image

from bns-gcn.

chwan1016 avatar chwan1016 commented on August 29, 2024

As I remember, we did not directly measure communication volume (CV). Instead, we handly computed these results based on the number of transferred nodes and their embedding dimension. We also checked if the computed CV of BNS-GCN matches the CV measured by nvprof. You may check this document for understanding the usage of nvprof. Thanks.

from bns-gcn.

kcncoY avatar kcncoY commented on August 29, 2024

My problem has been resolved. Thank you very much for your response!

from bns-gcn.

Related Issues (5)

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.