diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-22 13:10:30 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-22 13:10:30 -0500 |
| commit | 6301f7ef680527bc34b34c06bfc0eba567ddbc45 (patch) | |
| tree | 6202c39f8ed0a15014582577fe67f6d8eb28f0f4 /README.md | |
| parent | 322a70e9ceaf2cd9d09e9847e291952c3dab9518 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -68,6 +68,12 @@ Run one OGB molecular task: TASK=ogbg-molhiv DEVICE=cuda:1 EPOCHS=100 ./scripts/run_ogb_mol_task_full.sh ``` +Run the same OGB task with the lighter fixed recursion used by the ZINC sweep: + +```bash +TASK=ogbg-molhiv DEVICE=cuda:1 EPOCHS=100 FIXED_T=1 FIXED_NS=3 ./scripts/run_ogb_mol_task_full.sh +``` + Run all selected OGB molecular tasks serially on one GPU: ```bash |
