Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hyllll committed Nov 19, 2020
1 parent abfb31b commit 2a8a204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ For clarify, we use MovieLens-100k dataset as a example and treat the BPRMF meth

3. Next, we run the code to get the results of the teacher model. More details of arguments are available in help message : `python run_pair_mf_train.py --help`

```python
python run_pair_mf_train.py --dataset=ml-100k --prepro=origin
```
```python
python run_pair_mf_train.py --dataset=ml-100k --prepro=origin
```

4. Finally, we train the student model and produce the refined recommendation lists on test set. More details of arguments are available in help message : `python run_trd.py --help`

Expand Down

0 comments on commit 2a8a204

Please sign in to comment.