Giter Site home page Giter Site logo

Comments (2)

mnaumovfb avatar mnaumovfb commented on August 17, 2024

Let me answer your questions one-by-one:

  1. The command you have provided will perform training. However, during the training you can periodically check the accuracy of your model on the test set. How often you check this accuracy is governed by the --test-freq argument. That's why you periodically see test prints during training. This allows you to generate the plots above.
  2. It's not clear to me why exactly is your training accuracy showing up as 0.0%. I can not reproduce this on my machine. Try removing some of the arguments from your command line, such as "--plot-compute-graph $dlrm_extra_option", "--save-model=model.pt" and "--use-gpu" to see if this error persists.
  3. The data is split into 7 days, the first six are used for training, while the last is used for testing. You can find more details in the data_utils.py and dlrm_data_*.py files about it.
  4. I think that accuracy number being 0.0% is related to your earlier problem (see question 2).
  5. This has been answered (see question 1).

from dlrm.

mnaumovfb avatar mnaumovfb commented on August 17, 2024

I will close this issue. Please reopen if you are still running into trouble.

from dlrm.

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.