Giter Site home page Giter Site logo

Comments (1)

hongzimao avatar hongzimao commented on August 21, 2024

Thanks for carefully reading our paper. The 1.5 sec is for the very initial training rounds in the curriculum learning process (section 5.3 challenge 1, presentation slides 22 - 25). For simplicity the training code here didn't start with the very short episode length. You can reduce the initial episode length by reducing num_stream_jobs (curriculum learning is also controlled by reset_prob, reset_prob_decay, reset_prob_min, num_stream_jobs_grow and num_stream_jobs_max)

Nonetheless, ~30s per round checks out with what we observed for this codebase. In our experience 200 iterations (~16 hours) should give you something better than the baseline schemes (we usually let the program run overnight). Here's an example trained model #12

The 160s GPU time is a little weird. We observed GPU runtime to be on par with the CPU time. Honestly we didn't optimize the code efficiency that much (we just did the basic things like making sure the device memory is enough to hold all the sparse matrices for GNNs). If you find ways to optimize the code in any method, please do let use know! We can perhaps include your update in a pull request. Thanks!

from decima-sim.

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.