Skip to content

Commit

Permalink
update current changes and start review ncnc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenS676 committed Jun 17, 2024
1 parent f78d4b7 commit 355c436
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false,
"justMyCode": true,
"python.tensorboard.logDirectory": "/hkfs/work/workspace/scratch/cc7738-benchmark_tag/TAPE_chen/core/gcns/runs",
"args": [
"--data",
"arxiv_2023",
"--device",
"cpu",
"--epochs",
"100",
"--model",
"GCN_Variant"
"1",
// "--model",
// "GCN_Variant"
],
}
]
Expand Down

0 comments on commit 355c436

Please # to comment.