Skip to content

Exact Script for Reproducing the Results on rMD17 Dataset #165

Answered by ilyes319
yilunliao asked this question in Q&A
Discussion options

You must be logged in to vote

Hey,

  1. There have been quite a lot of changes to the interface, so it is not the original script, but here is an input that will reproduce the result for ethanol:
python ./mace/scripts/run_train.py \
    --name="MACE_ethanol" \
    --train_file="/rds/user/ib467/hpc-work/Equivariant_GNN/mace_rmd17/rmd17_ethanol_train.xyz" \
    --valid_fraction=0.05 \
    --test_file="/rds/user/ib467/hpc-work/Equivariant_GNN/mace_rmd17/rmd17_ethanol_test.xyz" \
    --energy_weight=8.0 \
    --forces_weight=1000.0 \
    --config_type_weights='{"Default":1.0}' \
    --E0s='average' \
    --model="ScaleShiftMACE" \
    --interaction_first="RealAgnosticResidualInteractionBlock" \
    --interaction="RealAgnosti…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@ilyes319
Comment options

@yilunliao
Comment options

@yilunliao
Comment options

@ilyes319
Comment options

@yilunliao
Comment options

Answer selected by ilyes319
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #164 on September 20, 2023 08:22.