diff options
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 |
