Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwang0117 committed Oct 1, 2024
1 parent 142363d commit 673bfaf
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
// {
// "version": "0.2.0",
// "configurations": [
// {
// "name": "Python: Train with Args",
// "type": "python",
// "request": "launch",
// "program": "/home/jmwang/OccRWKV/train.py", // Use the absolute path directly
// "console": "integratedTerminal",
// "args": [
// "--cfg", "/home/jmwang/OccRWKV/cfgs/2024.6.11.yaml",
// "--dset_root", "/home/jmwang/datasets/semantic_kitti/dataset/sequences"
// ],
// "justMyCode": true
// },
// {
// "name": "Python: Validate with Args",
// "type": "python",
// "request": "launch",
// "program": "/home/jmwang/OccRWKV/validate.py", // Use the absolute path directly
// "console": "integratedTerminal",
// "args": [
// "--weights", "/root/Occ-Mamba/outputs/DSC-AFC_SemanticKITTI_0527_121913/chkpt/best-metric/weights_epoch_104.pth",
// "--dset_root", "/root/datasets/semantic_kitti/dataset/sequences"
// ],
// "justMyCode": true
// }
// ]
// }
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Train with Args",
"type": "python",
"request": "launch",
"program": "/home/jmwang/OccRWKV/train.py", // Use the absolute path directly
"console": "integratedTerminal",
"args": [
"--cfg", "/home/jmwang/OccRWKV/cfgs/2024.6.11.yaml",
"--dset_root", "/home/jmwang/datasets/semantic_kitti/dataset/sequences"
],
"justMyCode": true
},
{
"name": "Python: Validate with Args",
"type": "python",
"request": "launch",
"program": "/home/jmwang/OccRWKV/validate.py", // Use the absolute path directly
"console": "integratedTerminal",
"args": [
"--weights", "/root/Occ-Mamba/outputs/DSC-AFC_SemanticKITTI_0527_121913/chkpt/best-metric/weights_epoch_60.pth",
"--dset_root", "/root/datasets/semantic_kitti/dataset/sequences"
],
"justMyCode": true
}
]
}

0 comments on commit 673bfaf

Please sign in to comment.