mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 13:09:56 -07:00
updated amp schema
This commit is contained in:
parent
cbdf9f05c9
commit
b7af0110db
1 changed files with 1 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
"definitions": {
|
||||
"dfl_config": {
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"use_fp16": {
|
||||
"type": "boolean"
|
||||
|
@ -127,11 +127,6 @@
|
|||
"minimum": 0.0,
|
||||
"maximum": 1.0
|
||||
},
|
||||
"face_style_power": {
|
||||
"type": "number",
|
||||
"minimum": 0.0,
|
||||
"maximum": 100.0
|
||||
},
|
||||
"ct_mode": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
@ -229,7 +224,6 @@
|
|||
"inter_dims",
|
||||
"morph_factor",
|
||||
"eyes_prio",
|
||||
"face_style_power",
|
||||
"face_type",
|
||||
"gan_dims",
|
||||
"gan_noise",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue