Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Zuegner committed Jan 22, 2025
1 parent 5d19e93 commit 716f52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ This will take some time (~1h). You will get preprocessed data files in `dataset
You can train the MatterGen base model on `mp_20` using the following command.

```bash
python scripts/run.py data_module=mp_20 ~trainer.logger ~trainer.strategy trainer.accelerator=mps
python scripts/run.py data_module=mp_20 ~trainer.logger
```

The validation loss (`loss_val`) should reach 0.4 after 360 epochs (about 80k steps). The output checkpoints can be found at `outputs/singlerun/${now:%Y-%m-%d}/${now:%H-%M-%S}`. We call this folder `$MODEL_PATH` for future reference.
Expand Down

0 comments on commit 716f52d

Please sign in to comment.