Skip to content

Commit b006a14

Browse files
committed
update scripts
1 parent e756bfb commit b006a14

File tree

13 files changed

+26
-0
lines changed

13 files changed

+26
-0
lines changed

scripts/experiments/experiment_1/train_etnn.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Training script for experiment_1
44

55
# DEFINE EXP ARGUMENTS
6+
EXP_NAME=experiment_1
67
LIFTERS=(atom:0 bond:1 supercell:2)
78
DIM=2
89
VISIBLE_DIMS=(0 1)
@@ -76,6 +77,7 @@ do
7677
--splits "$SPLITS" \
7778
--normalize_invariants \
7879
--clip_gradient \
80+
--run_name "${EXP_NAME} ${TARGET_NAME}" \
7981
--checkpoint_dir "$CHECKPOINT_DIR" &
8082

8183
# Wait for 30 minutes before moving to the next iteration

scripts/experiments/experiment_10/train_etnn.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Training script for experiment_10
44

55
# DEFINE EXP ARGUMENTS
6+
EXP_NAME=experiment_10
67
LIFTERS=(atom:0 supercell:1)
78
DIM=1
89
VISIBLE_DIMS=(0)
@@ -76,6 +77,7 @@ do
7677
--splits "$SPLITS" \
7778
--normalize_invariants \
7879
--clip_gradient \
80+
--run_name "${EXP_NAME} ${TARGET_NAME}" \
7981
--checkpoint_dir "$CHECKPOINT_DIR" &
8082

8183
# Wait for 30 minutes before moving to the next iteration

scripts/experiments/experiment_11/train_etnn.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Training script for experiment_11
44

55
# DEFINE EXP ARGUMENTS
6+
EXP_NAME=experiment_11
67
LIFTERS=(atom:0 supercell:1)
78
DIM=1
89
VISIBLE_DIMS=(0)
@@ -76,6 +77,7 @@ do
7677
--splits "$SPLITS" \
7778
--normalize_invariants \
7879
--clip_gradient \
80+
--run_name "${EXP_NAME} ${TARGET_NAME}" \
7981
--checkpoint_dir "$CHECKPOINT_DIR" &
8082

8183
# Wait for 30 minutes before moving to the next iteration

scripts/experiments/experiment_12/train_etnn.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Training script for experiment_12
44

55
# DEFINE EXP ARGUMENTS
6+
EXP_NAME=experiment_12
67
LIFTERS=(atom:0 bond:1 ring:1)
78
DIM=2
89
VISIBLE_DIMS=(0 1)
@@ -76,6 +77,7 @@ do
7677
--splits "$SPLITS" \
7778
--normalize_invariants \
7879
--clip_gradient \
80+
--run_name "${EXP_NAME} ${TARGET_NAME}" \
7981
--checkpoint_dir "$CHECKPOINT_DIR" &
8082

8183
# Wait for 30 minutes before moving to the next iteration

scripts/experiments/experiment_2/train_etnn.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Training script for experiment_2
44

55
# DEFINE EXP ARGUMENTS
6+
EXP_NAME=experiment_2
67
LIFTERS=(atom:0 bond:1 functional_group:2 supercell:3)
78
DIM=3
89
VISIBLE_DIMS=(0 1 2)
@@ -76,6 +77,7 @@ do
7677
--splits "$SPLITS" \
7778
--normalize_invariants \
7879
--clip_gradient \
80+
--run_name "${EXP_NAME} ${TARGET_NAME}" \
7981
--checkpoint_dir "$CHECKPOINT_DIR" &
8082

8183
# Wait for 30 minutes before moving to the next iteration

scripts/experiments/experiment_3/train_etnn.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Training script for experiment_3
44

55
# DEFINE EXP ARGUMENTS
6+
EXP_NAME=experiment_3
67
LIFTERS=(atom:0 bond:1 ring:2 functional_group:2 supercell:3)
78
DIM=3
89
VISIBLE_DIMS=(0 1 2)
@@ -76,6 +77,7 @@ do
7677
--splits "$SPLITS" \
7778
--normalize_invariants \
7879
--clip_gradient \
80+
--run_name "${EXP_NAME} ${TARGET_NAME}" \
7981
--checkpoint_dir "$CHECKPOINT_DIR" &
8082

8183
# Wait for 30 minutes before moving to the next iteration

scripts/experiments/experiment_4/train_etnn.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Training script for experiment_4
44

55
# DEFINE EXP ARGUMENTS
6+
EXP_NAME=experiment_4
67
LIFTERS=(atom:0 bond:1 supercell:2)
78
DIM=2
89
VISIBLE_DIMS=(0 1)
@@ -76,6 +77,7 @@ do
7677
--splits "$SPLITS" \
7778
--normalize_invariants \
7879
--clip_gradient \
80+
--run_name "${EXP_NAME} ${TARGET_NAME}" \
7981
--checkpoint_dir "$CHECKPOINT_DIR" &
8082

8183
# Wait for 30 minutes before moving to the next iteration

scripts/experiments/experiment_5/train_etnn.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Training script for experiment_5
44

55
# DEFINE EXP ARGUMENTS
6+
EXP_NAME=experiment_5
67
LIFTERS=(atom:0 bond:1 functional_group:2 supercell:3)
78
DIM=3
89
VISIBLE_DIMS=(0 1 2)
@@ -76,6 +77,7 @@ do
7677
--splits "$SPLITS" \
7778
--normalize_invariants \
7879
--clip_gradient \
80+
--run_name "${EXP_NAME} ${TARGET_NAME}" \
7981
--checkpoint_dir "$CHECKPOINT_DIR" &
8082

8183
# Wait for 30 minutes before moving to the next iteration

scripts/experiments/experiment_6/train_etnn.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Training script for experiment_6
44

55
# DEFINE EXP ARGUMENTS
6+
EXP_NAME=experiment_6
67
LIFTERS=(atom:0 bond:1 supercell:2)
78
DIM=2
89
VISIBLE_DIMS=(0 1)
@@ -76,6 +77,7 @@ do
7677
--splits "$SPLITS" \
7778
--normalize_invariants \
7879
--clip_gradient \
80+
--run_name "${EXP_NAME} ${TARGET_NAME}" \
7981
--checkpoint_dir "$CHECKPOINT_DIR" &
8082

8183
# Wait for 30 minutes before moving to the next iteration

scripts/experiments/experiment_7/train_etnn.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Training script for experiment_7
44

55
# DEFINE EXP ARGUMENTS
6+
EXP_NAME=experiment_7
67
LIFTERS=(atom:0 bond:1 ring:2 functional_group:2 supercell:3)
78
DIM=3
89
VISIBLE_DIMS=(0 1 2)
@@ -76,6 +77,7 @@ do
7677
--splits "$SPLITS" \
7778
--normalize_invariants \
7879
--clip_gradient \
80+
--run_name "${EXP_NAME} ${TARGET_NAME}" \
7981
--checkpoint_dir "$CHECKPOINT_DIR" &
8082

8183
# Wait for 30 minutes before moving to the next iteration

0 commit comments

Comments
 (0)