Skip to content

Commit 7ac0664

Browse files
committed
add note on README.md
1 parent da80c53 commit 7ac0664

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/subject_network/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ use fixed type vector to represent subject using type infomation
1313
### get started
1414

1515
go to any of the folders corresponding to a subject prediction model:
16+
1617
- train
1718
```python
1819
python train.py
1920
```
21+
Note: To train sub_transe module, `sub_transe_embed.npy` is required. Go to ``TransE`` directory & follow the instruction on README.md, train & get it.
2022

2123
- test
2224
```python

0 commit comments

Comments
 (0)