Spaces:
Sleeping
Sleeping
{ | |
"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 | |
}, | |
] | |
} |