mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 13:09:56 -07:00
config schema updates
This commit is contained in:
parent
2fc3d09271
commit
7fd4089b30
1 changed files with 2 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
||||||
"morph_factor": {
|
"morph_factor": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"minimum":0.0,
|
"minimum":0.0,
|
||||||
"maximum":1.0
|
"maximum":0.5
|
||||||
},
|
},
|
||||||
"resolution": {
|
"resolution": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
|
@ -132,11 +132,6 @@
|
||||||
"minimum": 0.0,
|
"minimum": 0.0,
|
||||||
"maximum": 100.0
|
"maximum": 100.0
|
||||||
},
|
},
|
||||||
"bg_style_power": {
|
|
||||||
"type": "number",
|
|
||||||
"minimum": 0.0,
|
|
||||||
"maximum": 100.0
|
|
||||||
},
|
|
||||||
"ct_mode": {
|
"ct_mode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
@ -186,7 +181,7 @@
|
||||||
},
|
},
|
||||||
"batch_size": {
|
"batch_size": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1
|
"minimum": 1
|
||||||
},
|
},
|
||||||
"gan_power": {
|
"gan_power": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
@ -225,7 +220,6 @@
|
||||||
"autobackup_hour",
|
"autobackup_hour",
|
||||||
"background_power",
|
"background_power",
|
||||||
"batch_size",
|
"batch_size",
|
||||||
"bg_style_power",
|
|
||||||
"blur_out_mask",
|
"blur_out_mask",
|
||||||
"clipgrad",
|
"clipgrad",
|
||||||
"ct_mode",
|
"ct_mode",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue