Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzequn authored Nov 13, 2019
1 parent f9a5720 commit 543f268
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ python3 transedge_ea.py --mode 'projection' \
--neg_param 0.8 \
--n_neg_triple 20 \
--truncated_epsilon 0.95 \
--truncated_frequency 10 \
--mlp_layers 1 \
--learning_rate 0.01 \
--batch_size 2000 \
Expand All @@ -58,7 +57,6 @@ python3 transedge_ea.py --mode 'projection' \
--neg_param 0.8 \
--n_neg_triple 20 \
--truncated_epsilon 0.95 \
--truncated_frequency 10 \
--mlp_layers 1 \
--learning_rate 0.01 \
--batch_size 2000 \
Expand All @@ -67,8 +65,7 @@ python3 transedge_ea.py --mode 'projection' \
--is_bp True \
--sim_th 0.7 \
--top_k 10 \
--bp_param 0.05 \
--op_is_tanh True \
--op_is_tanh True
```

To run TransEdge-CP on WN18RR, use the following script:
Expand Down

0 comments on commit 543f268

Please sign in to comment.