Skip to content

Commit

Permalink
udpate sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
ines-chami committed May 4, 2020
1 parent f1003a7 commit d9b3d00
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasets/download.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#usr/bin/bash
#!/bin/bash
wget https://dl.fbaipublicfiles.com/kbc/data.tar.gz
tar -xvzf data.tar.gz
rm data.tar.gz
rm data.tar.gz
1 change: 1 addition & 0 deletions examples/train_ComplEx_WN18RR_32.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
cd ..
source set_env.sh
python run.py \
Expand Down
1 change: 1 addition & 0 deletions examples/train_ComplEx_WN18RR_500.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
cd ..
source set_env.sh
python run.py \
Expand Down
1 change: 1 addition & 0 deletions examples/train_RotE_WN18RR_32.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
cd ..
source set_env.sh
python run.py \
Expand Down
1 change: 1 addition & 0 deletions examples/train_RotE_WN18RR_500.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
cd ..
source set_env.sh
python run.py \
Expand Down
1 change: 1 addition & 0 deletions examples/train_RotH_WN18RR_32.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
cd ..
source set_env.sh
python run.py \
Expand Down
1 change: 1 addition & 0 deletions examples/train_RotH_WN18RR_500.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
cd ..
source set_env.sh
python run.py \
Expand Down
Empty file modified set_env.sh
100644 → 100755
Empty file.

0 comments on commit d9b3d00

Please sign in to comment.