Skip to content

Commit 3892bd7

Browse files
author
shixiaowen03
committed
Deep Knowledge-aware network
1 parent bd30b56 commit 3892bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recommendation/Basic-DKN-Demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The code has been tested running under Python 3.6.5, with the following packages
5151

5252
### Running the code
5353
```
54-
$ cd data/news
54+
$ cd news
5555
$ python news_preprocess.py
5656
$ cd ../kg
5757
$ python prepare_data_for_transx.py
@@ -60,6 +60,6 @@ $ g++ transE.cpp -o transE -pthread -O3 -march=native
6060
$ ./transE
6161
$ cd ../..
6262
$ python kg_preprocess.py
63-
$ cd ../../src
63+
$ cd ../
6464
$ python main.py (note: use -h to check optional arguments)
6565
```

0 commit comments

Comments
 (0)