Skip to content

Commit

Permalink
Merge pull request #571 from will-am/fix_doc_deepfm
Browse files Browse the repository at this point in the history
Fix doc of deepfm.
  • Loading branch information
lcy-seso committed Jan 16, 2018
2 parents c8789cf + 273e33c commit 9b0af97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep_fm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To train the model:
python train.py \
--train_data_path data/train.txt \
--test_data_path data/valid.txt \
2>&1 | train.log
2>&1 | tee train.log
```

After training pass 9 batch 40000, the testing AUC is `0.807178` and the testing
Expand Down

0 comments on commit 9b0af97

Please sign in to comment.