summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-06-22 13:10:30 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-06-22 13:10:30 -0500
commit6301f7ef680527bc34b34c06bfc0eba567ddbc45 (patch)
tree6202c39f8ed0a15014582577fe67f6d8eb28f0f4 /README.md
parent322a70e9ceaf2cd9d09e9847e291952c3dab9518 (diff)
Add OGB protocol diagnosticsHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index f07c90f..2b55983 100644
--- a/README.md
+++ b/README.md
@@ -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