Giter Site home page Giter Site logo

Test the model for output about dlrm HOT 3 CLOSED

joy80 avatar joy80 commented on August 17, 2024
Test the model for output

from dlrm.

Comments (3)

dmudiger avatar dmudiger commented on August 17, 2024 1

Hi,

For testing on a saved model you should essentially run the same command used for training, with the following additional arguments --load-model="path to model.pt" --inference-only. Without the --inference-only argument the saved model is treated as an intermediate checkpoint and the training is resumed from this checkpoint.

For example this is the command that you'd want to use in your case:
python dlrm_s_pytorch.py --data-generation=dataset --data-set=kaggle --raw-data-file=train.txt --loss-function=bce --round-targets=True --mini-batch-size=128 --load-model=model.pt --inference-only
This should print out the test loss and accuracy.

Yes z is the output, however it would be best to print it from https://github.com/facebookresearch/dlrm/blob/master/dlrm_s_pytorch.py#L746
after the forward pass for each batch.

On a different note, the --raw-data-file is needed only for the first time when using the data-set, subsequently you can use the --processed-data-file option instead.

Hope this helps!

from dlrm.

joy80 avatar joy80 commented on August 17, 2024

One more thing I need to know is how did you define the targets on the kaggle dataset?
In my dataset I'm getting 0 accuracy. I think is it for wrongly defined targets.

from dlrm.

dmudiger avatar dmudiger commented on August 17, 2024

The targets are defined as 1 if clicked and 0 if not.
You can find more details here - https://www.kaggle.com/c/criteo-display-ad-challenge/data

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.