Skip to content

Commit

Permalink
Update MD17 example
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippThoelke committed May 10, 2021
1 parent 06fecc1 commit 821b1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/train_GN_MD17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dev=1 # list CUDA devices to use
logdir="logs" # log dir for storing checkpoints and metrics

mkdir -p $logdir
CUDA_VISIBLE_DEVICES=$dev python scripts/train.py --conf examples/graph-network.yaml --dataset QM9 --dataset-root ~/data/qm9 --dataset-arg energy_U0 --log-dir $logdir --redirect true &
CUDA_VISIBLE_DEVICES=$dev python scripts/train.py --conf examples/graph-network.yaml --dataset MD17 --dataset-root ~/data/md17 --dataset-arg aspirin --standardize true --log-dir $logdir --redirect true &
echo "Starting training... (saving logs at $logdir/log)"
2 changes: 1 addition & 1 deletion examples/train_GN_QM9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dev=1 # list CUDA devices to use
logdir="logs" # log dir for storing checkpoints and metrics

mkdir -p $logdir
CUDA_VISIBLE_DEVICES=$dev python scripts/train.py --conf examples/graph-network.yaml --dataset MD17 --dataset-root ~/data/md17 --dataset-arg aspirin --log-dir $logdir --redirect true &
CUDA_VISIBLE_DEVICES=$dev python scripts/train.py --conf examples/graph-network.yaml --dataset QM9 --dataset-root ~/data/qm9 --dataset-arg energy_U0 --log-dir $logdir --redirect true &
echo "Starting training... (saving logs at $logdir/log)"

0 comments on commit 821b1ae

Please sign in to comment.