From 6301f7ef680527bc34b34c06bfc0eba567ddbc45 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Mon, 22 Jun 2026 13:10:30 -0500 Subject: Add OGB protocol diagnostics --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3