-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathconfig.json
44 lines (44 loc) · 1.11 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"use_cuda": 0,
"root": "./data/",
"src_tgt_pairs":
{
"1":
{"src": "Movies_and_TV",
"tgt": "CDs_and_Vinyl",
"uid": 181187,
"iid": 114495,
"batchsize_src": 256,
"batchsize_tgt": 256,
"batchsize_meta": 128,
"batchsize_map": 64,
"batchsize_test": 128
},
"2":
{"src": "Books",
"tgt": "Movies_and_TV",
"uid": 690240,
"iid": 418034,
"batchsize_src": 512,
"batchsize_tgt": 512,
"batchsize_meta": 512,
"batchsize_map": 128,
"batchsize_test": 256
},
"3":
{"src": "Books",
"tgt": "CDs_and_Vinyl",
"uid": 662188,
"iid": 432425,
"batchsize_src": 512,
"batchsize_tgt": 512,
"batchsize_meta": 512,
"batchsize_map": 128,
"batchsize_test": 256
}
},
"emb_dim": 10,
"meta_dim": 50,
"num_fields": 2,
"wd": 0
}