File tree Expand file tree Collapse file tree 13 files changed +26
-0
lines changed Expand file tree Collapse file tree 13 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 33# Training script for experiment_1
44
55# DEFINE EXP ARGUMENTS
6+ EXP_NAME=experiment_1
67LIFTERS=(atom:0 bond:1 supercell:2)
78DIM=2
89VISIBLE_DIMS=(0 1)
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
Original file line number Diff line number Diff line change 33# Training script for experiment_10
44
55# DEFINE EXP ARGUMENTS
6+ EXP_NAME=experiment_10
67LIFTERS=(atom:0 supercell:1)
78DIM=1
89VISIBLE_DIMS=(0)
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
Original file line number Diff line number Diff line change 33# Training script for experiment_11
44
55# DEFINE EXP ARGUMENTS
6+ EXP_NAME=experiment_11
67LIFTERS=(atom:0 supercell:1)
78DIM=1
89VISIBLE_DIMS=(0)
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
Original file line number Diff line number Diff line change 33# Training script for experiment_12
44
55# DEFINE EXP ARGUMENTS
6+ EXP_NAME=experiment_12
67LIFTERS=(atom:0 bond:1 ring:1)
78DIM=2
89VISIBLE_DIMS=(0 1)
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
Original file line number Diff line number Diff line change 33# Training script for experiment_2
44
55# DEFINE EXP ARGUMENTS
6+ EXP_NAME=experiment_2
67LIFTERS=(atom:0 bond:1 functional_group:2 supercell:3)
78DIM=3
89VISIBLE_DIMS=(0 1 2)
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
Original file line number Diff line number Diff line change 33# Training script for experiment_3
44
55# DEFINE EXP ARGUMENTS
6+ EXP_NAME=experiment_3
67LIFTERS=(atom:0 bond:1 ring:2 functional_group:2 supercell:3)
78DIM=3
89VISIBLE_DIMS=(0 1 2)
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
Original file line number Diff line number Diff line change 33# Training script for experiment_4
44
55# DEFINE EXP ARGUMENTS
6+ EXP_NAME=experiment_4
67LIFTERS=(atom:0 bond:1 supercell:2)
78DIM=2
89VISIBLE_DIMS=(0 1)
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
Original file line number Diff line number Diff line change 33# Training script for experiment_5
44
55# DEFINE EXP ARGUMENTS
6+ EXP_NAME=experiment_5
67LIFTERS=(atom:0 bond:1 functional_group:2 supercell:3)
78DIM=3
89VISIBLE_DIMS=(0 1 2)
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
Original file line number Diff line number Diff line change 33# Training script for experiment_6
44
55# DEFINE EXP ARGUMENTS
6+ EXP_NAME=experiment_6
67LIFTERS=(atom:0 bond:1 supercell:2)
78DIM=2
89VISIBLE_DIMS=(0 1)
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
Original file line number Diff line number Diff line change 33# Training script for experiment_7
44
55# DEFINE EXP ARGUMENTS
6+ EXP_NAME=experiment_7
67LIFTERS=(atom:0 bond:1 ring:2 functional_group:2 supercell:3)
78DIM=3
89VISIBLE_DIMS=(0 1 2)
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
You can’t perform that action at this time.
0 commit comments