Skip to content

Commit

Permalink
Renamed reverse_rule to inverse_model to lessen confusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDettmers committed Apr 30, 2018
1 parent 610cb94 commit 3860464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ CUDA_VISIBLE_DEVICES=0 python main.py model ConvE input_drop 0.2 hidden_drop 0.3
For the reverse model, you can run the provided file with the name of the dataset name and a threshold probability:

```
python reverse_rule.py WN18RR 0.9
python inverse_model.py WN18RR 0.9
```

### Adding new datasets
Expand Down
File renamed without changes.

0 comments on commit 3860464

Please sign in to comment.