Skip to content

Commit 3624836

Browse files
author
moneyDboat
committed
add python web
1 parent 1d2560f commit 3624836

File tree

3 files changed

+31
-34
lines changed

3 files changed

+31
-34
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
*.pyc
2-
3-
42
data/
53
.idea/
6-
.ipynb_checkpoints/
74
result/

run_test_ConvMF.sh

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
##!/usr/bin/env bash
2-
#python ./run.py \
3-
#-d ./data/preprocessed/ml-1m/0.2/ \
4-
#-a ./data/preprocessed/ml-1m/ \
5-
#-o ./result/ml-1m/1_100_200 \
6-
#-e 50 \
7-
#-p ./data/glove/glove.6B.50d.txt \
8-
#-u 10 \
9-
#-v 100 \
10-
#-g True
11-
12-
131
#!/usr/bin/env bash
142
python ./run.py \
15-
-d ./data/preprocessed/aiv/0.2/ \
16-
-a ./data/preprocessed/aiv/ \
17-
-o ./result/ml-1
18-
m/1_100_200 \
3+
-d ./data/preprocessed/ml-1m/0.2/ \
4+
-a ./data/preprocessed/ml-1m/ \
5+
-o ./result/ml-1m/1_100_200 \
196
-e 50 \
207
-p ./data/glove/glove.6B.50d.txt \
218
-u 10 \
229
-v 100 \
2310
-g True
11+
12+
13+
##!/usr/bin/env bash
14+
#python ./run.py \
15+
#-d ./data/preprocessed/aiv/0.2/ \
16+
#-a ./data/preprocessed/aiv/ \
17+
#-o ./result/ml-1
18+
#m/1_100_200 \
19+
#-e 50 \
20+
#-p ./data/glove/glove.6B.50d.txt \
21+
#-u 10 \
22+
#-v 100 \
23+
#-g True

run_test_preprocess.sh

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
##!/usr/bin/env bash
2-
#python ./run.py \
3-
#-d ./data/preprocessed/ml-1m/0.2/ \
4-
#-a ./data/preprocessed/ml-1m/ \
5-
#-c True \
6-
#-r ./data/rare/movielens/ml-1m_ratings.dat \
7-
#-i ./data/rare/movielens/ml_plot.dat \
8-
#-m 1
9-
10-
111
#!/usr/bin/env bash
122
python ./run.py \
13-
-d ./data/preprocessed/aiv/0.2/ \
14-
-a ./data/preprocessed/aiv/ \
3+
-d ./data/preprocessed/ml-1m/0.2/ \
4+
-a ./data/preprocessed/ml-1m/ \
155
-c True \
16-
-r ./data/rare/aiv/Amazon_Instant_Video_ratings.txt \
17-
-i ./data/rare/aiv/Amazon_Instant_Video_items.txt \
18-
-m 1
6+
-r ./data/rare/movielens/ml-1m_ratings.dat \
7+
-i ./data/rare/movielens/ml_plot.dat \
8+
-m 1
9+
10+
11+
##!/usr/bin/env bash
12+
#python ./run.py \
13+
#-d ./data/preprocessed/aiv/0.2/ \
14+
#-a ./data/preprocessed/aiv/ \
15+
#-c True \
16+
#-r ./data/rare/aiv/Amazon_Instant_Video_ratings.txt \
17+
#-i ./data/rare/aiv/Amazon_Instant_Video_items.txt \
18+
#-m 1

0 commit comments

Comments
 (0)