Skip to content

Commit

Permalink
Don't use DDP w/o launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Apr 10, 2024
1 parent a6648de commit 0668683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion mofa/difflinker_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def main(
devices=devices,
num_sanity_val_steps=0,
enable_progress_bar=args.enable_progress_bar,
strategy='ddp'
)

# Add a callback for fit setup
Expand Down
3 changes: 2 additions & 1 deletion run-polaris-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ python run_parallel_workflow.py \
--generator-path models/geom-300k/geom_difflinker_epoch=997_new.ckpt \
--generator-config-path models/geom-300k/config-tf32-a100.yaml \
--maximum-train-size 8192 \
--maximum-strain 0.25 \
--maximum-strain 0.5 \
--retrain-freq 16 \
--num-epochs 128 \
--num-samples 1024 \
--gen-batch-size 128 \
--simulation-budget 32768 \
--md-timesteps 1000000 \
--md-snapshots 10 \
--raspa-timesteps 10000 \
--lammps-on-ramdisk \
--dft-fraction 0.25 \
--ai-fraction 0.4 \
Expand Down

0 comments on commit 0668683

Please sign in to comment.