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": {
|
"definitions": {
|
||||||
"dfl_config": {
|
"dfl_config": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": true,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"use_fp16": {
|
"use_fp16": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
@ -127,11 +127,6 @@
|
||||||
"minimum": 0.0,
|
"minimum": 0.0,
|
||||||
"maximum": 1.0
|
"maximum": 1.0
|
||||||
},
|
},
|
||||||
"face_style_power": {
|
|
||||||
"type": "number",
|
|
||||||
"minimum": 0.0,
|
|
||||||
"maximum": 100.0
|
|
||||||
},
|
|
||||||
"ct_mode": {
|
"ct_mode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
@ -229,7 +224,6 @@
|
||||||
"inter_dims",
|
"inter_dims",
|
||||||
"morph_factor",
|
"morph_factor",
|
||||||
"eyes_prio",
|
"eyes_prio",
|
||||||
"face_style_power",
|
|
||||||
"face_type",
|
"face_type",
|
||||||
"gan_dims",
|
"gan_dims",
|
||||||
"gan_noise",
|
"gan_noise",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue