Skip to content

Commit

Permalink
Merge pull request #475 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
DomInvivo authored Oct 13, 2023
2 parents cbbeeb6 + 400fa98 commit 285d07f
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 @@ -80,7 +80,7 @@ To change parameters specific to this experiment like switching from `fp16` to `
```bash
graphium-train dataset=toymix model=gcn trainer.trainer.precision=32
```
or change them permamently in the dedicated experiment config under `expts/hydra-configs/toymix_gcn.yaml`.
or change them permanently in the dedicated experiment config under `expts/hydra-configs/toymix_gcn.yaml`.
Integrating `hydra` also allows you to quickly switch between accelerators. E.g., running
```bash
graphium-train dataset=toymix model=gcn accelerator=gpu
Expand Down

0 comments on commit 285d07f

Please sign in to comment.