зеркало из https://github.com/microsoft/archai.git
remove launch.json
This commit is contained in:
Родитель
65bfd2a952
Коммит
6b5c489fb2
|
@ -164,3 +164,4 @@ output/
|
|||
snpe-2.5.0.4052.zip
|
||||
android-ndk-r25b-linux.zip
|
||||
tasks/face_segmentation/snpe/docker/quantizer/quantizer.yaml
|
||||
tasks/face_segmentation/.vscode/launch.json
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python: Current File",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
"args": [
|
||||
"--dataset_dir",
|
||||
"d:\\datasets\\FaceSynthetics",
|
||||
"--output_dir",
|
||||
"d:\\temp\\face_segmentation",
|
||||
"--search_config",
|
||||
"confs\\snp_search.yaml",
|
||||
"--serial_training"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче