mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
1
This commit is contained in:
parent
38b85108b3
commit
56de1d9fa5
3 changed files with 26 additions and 0 deletions
26
.vscode/launch.json
vendored
Normal file
26
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
// 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": "DFL train TEST",
|
||||
"subProcess": true,
|
||||
"justMyCode": true,
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${env:DFL_ROOT}\\main.py",
|
||||
"pythonPath": "${env:PYTHONEXECUTABLE}",
|
||||
"cwd": "${env:WORKSPACE}",
|
||||
"console": "integratedTerminal",
|
||||
"args": ["train",
|
||||
"--training-data-src-dir", "${env:WORKSPACE}\\data_src\\aligned",
|
||||
"--training-data-dst-dir", "${env:WORKSPACE}\\data_dst\\aligned",
|
||||
"--model-dir", "${env:WORKSPACE}\\model",
|
||||
"--model", "TEST"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
0
.vscode/settings.json
vendored
Normal file
0
.vscode/settings.json
vendored
Normal file
0
.vscode/tasks.json
vendored
Normal file
0
.vscode/tasks.json
vendored
Normal file
Loading…
Add table
Add a link
Reference in a new issue