Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mouna99/dien
Browse files Browse the repository at this point in the history
  • Loading branch information
mouna.mn committed Sep 28, 2018
2 parents 5e90e74 + 427d50c commit 79ced7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@ sh prepare_data.sh
### method 2 (recommended)
Because getting and processing the data is time consuming,so we had processed it and upload it for you. You can unzip it to use directly.
```
tar -zxvf data.tar.gz
tar -jxvf data.tar.gz
mv data/* .
tar -jxvf data1.tar.gz
mv data1/* .
tar -jxvf data2.tar.gz
mv data2/* .
```
When you see the files below, you can do the next work.
- cat_voc.pkl
- mid_voc.pkl
- uid_voc.pkl
- local_train_splitByUser
- local_test_splitByUser
- reviews-info
- item-info
## train model
```
python train.py train [model name]
Expand Down

0 comments on commit 79ced7f

Please sign in to comment.