Skip to content

Commit

Permalink
Add weights to MD17 example
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippThoelke committed May 10, 2021
1 parent 53a8fbb commit 87bea21
Showing 1 changed file with 1 addition and 1 deletion.
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 MD17 --dataset-root ~/data/md17 --dataset-arg aspirin --standardize true --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 --energy-weight 0.05 --force-weight 0.95 --standardize true --log-dir $logdir --redirect true &
echo "Starting training... (saving logs at $logdir/log)"

0 comments on commit 87bea21

Please sign in to comment.