Spaces:
Running
on
Zero
Running
on
Zero
File size: 736 Bytes
c1c0440 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"version": "0.2.0",
"configurations": [
{
"name": "app",
"type": "debugpy",
"request": "launch",
"program": "./app.py",
"console": "integratedTerminal",
"env": {
"CUDA_VISIBLE_DEVICES": "0"
},
// "args": [
// "tiny_trf_trans_nerf",//"tiny_trf_trans_nerf" tiny_trf_trans_nerf_123plus
// "--resume",
// "pretrained/last6view060804_24.ckpt",//"pretrained/last_060302_49.ckpt",//"pretrained/last_060302_49.ckpt",
// "--output_size",
// "64"
// ],
"justMyCode": true
},
]
} |