facebookresearch / facebookresearch/dlrm

test.txt problem

Open
#388 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4.1k
Forks
859
PR merge metrics
No merged PRs in 30d

Description

I am training a model using the Kaggle dataset. The Kaggle dataset consists of train.txt and test.txt files.

The train.txt used during training is well preprocessed, and the training is completed successfully.

However, it seems that the dataset test.txt used for inference is not being properly preprocessed.

"What seems to be the problem?"

python data_utils.py --raw-data-file=/data/janghobaek/test.txt

Contributor guide

Open the contributing guide

Research direction

Start by reading data_utils.py and reproducing the command with /data/janghobaek/test.txt. Compare how the Kaggle train.txt and test.txt inputs are processed; the issue is complete when the preprocessing discrepancy is identified and the expected inference behavior is clearly established.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data, machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.