Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
svjan5 authored Jul 20, 2020
1 parent 8038588 commit 3b06f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ Given node and relation embeddings, CompGCN performs a composition operation φ(
```shell
##### with TransE Score Function
# CompGCN (Composition: Subtraction)
python run.py -score_func transe -opn sub -gamma 9 -hid_drop 0.1 -init_embed 200
python run.py -score_func transe -opn sub -gamma 9 -hid_drop 0.1 -init_dim 200

# CompGCN (Composition: Multiplication)
python run.py -score_func transe -opn mult -gamma 9 -hid_drop 0.2 -init_embed 200
python run.py -score_func transe -opn mult -gamma 9 -hid_drop 0.2 -init_dim 200

# CompGCN (Composition: Circular Correlation)
python run.py -score_func transe -opn corr -gamma 40 -hid_drop 0.1 -init_embed 200
python run.py -score_func transe -opn corr -gamma 40 -hid_drop 0.1 -init_dim 200

##### with DistMult Score Function
# CompGCN (Composition: Subtraction)
Expand Down

0 comments on commit 3b06f5f

Please sign in to comment.